A proper noob question about string to int conversion
Posted: Tue Mar 16, 2004 4:11 pm
Right then, I've got a string...
...and I want to use it as a number but..
...always gives me 0, what do i need to do to convert a string to a numeric?
Code: Select all
A$="123"
Code: Select all
int(A$)