RND3i Posted October 10, 2007 Share Posted October 10, 2007 how to convert integer type to string type by using the iReport tool Link to comment Share on other sites More sharing options...
burasami Posted October 10, 2007 Share Posted October 10, 2007 type as String.toString(pass parameter).. i think this will help you Link to comment Share on other sites More sharing options...
dbenger Posted July 12, 2008 Share Posted July 12, 2008 Here's the code I used to convert an int to Integer: new Integer(Calendar.getInstance().get(Calendar.YEAR)+1) I know this is a bit late but the next person to read this will al least have an example. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now