09.06.2012, 05:02
You've confused me.
If you want to take an integer out of a string, you can use strval to extract the integer. It only works if it's just an integer in the string, nothing else.
Also, you can use valstr to do the contrary - which would be to convert an integer into a string.
Which line do you get an error on by the way?
If you want to take an integer out of a string, you can use strval to extract the integer. It only works if it's just an integer in the string, nothing else.
Also, you can use valstr to do the contrary - which would be to convert an integer into a string.
Which line do you get an error on by the way?