The text2num() proc only works for numerical values. What do I use when what I'm trying to retrieve is text and not a number?
|
mob Level is a numerical value. Rank, however, is text, such as "Rookie" or "Master" etc. |
mob So this would still work for both? |
Alright, pardon my programming illiteracy. Cheers for the help mate, appreciate it.
|
In response to Zerok Kaiba
|
|
text2num() converts text into a number.
Your first post asks how to use text2num() on text to turn it into text. It's text. You want it as text. Why even consider text2num()? |
You should probably explain exactly what yer doin', and provide some snippet of code for context.