i want to display some data in a text box. and later on i want to perform some arithmatic operations on the data.
now my problem is how to convert the value in the text filed to integer.
thanks in advance.
Use the StringInterface.to-int method.
And if StringInterface.to-int doesn't give you what you want, you should look at the NumberParser class.