RND3i Posted October 10, 2007 Posted October 10, 2007 how to convert integer type to string type by using the iReport tool
burasami Posted October 10, 2007 Posted October 10, 2007 type as String.toString(pass parameter).. i think this will help you
dbenger Posted July 12, 2008 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.
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