Convert text to int

Hi! Is there a way to convert string to int? (It’s probably a stupid question, but I’m new at this…) I have used int:=format(string); (to change som of the numbers)And now I want it back to be an int… thanx

If you are new at this, I would suggest searching the forum for “Convert text to integer”. It should yield the results you are looking for.

Use the function EVALUATE(Variable). See the C/SIDE reference guide for more information. /zeon

Thanx:)