Page 1 of 1

Converting String to Int?

Posted: Sat Jul 10, 2004 1:19 am
by dravidiankayne
Alright next topic for me:

I want to convert a String to an Int, assuming the string is a numerical value. Anyone know how, or if, this is possible?

Posted: Sat Jul 10, 2004 1:28 am
by Mister Peepers
If your using a variable to hold string information. Try ${Int[${MyVar}]} or maybe try type casting but not sure how that works.