Forum Discussion
RokuMarkn
11 years agoVisitor
"Komag" wrote:
Related question, say I have a string "map" and I want to convert to variable map, is there a way to do this?
No, that doesn't really make sense. Variable names are arbitrary and have no intrinsic meaning.
"Komag" wrote:
Basically I want the opposite of ToStr(), I want to "unstring" a string!
That's a different question. ToStr() converts and integer to a string. ToInt() or the Stri() global function do the opposite conversion, from string to integer.
--Mark