Hey guys, I need some help.
I am using 3 vars to determine the dimension of something.
One has a text value that has the regular way you see it, "XxY".
The other two are called dimension_x and dimension_y. These are assigned numerical values.
Now think of this system like a matrix. I have the dimensions, and now I put an entry into the list of entries.
I assign it's name as a specified name the system lets you choose.
It then has a text value assigned to it, just as the dimensions variable.
I need to be able to find the position of this entry at any time. I have the variables separated by a lowercase X, and the other characters are only numerical values. I need to be able to separate the two numbers so I can manipulate them better. I realize this will need some text manipulating procedures, but what should I use to go about this?
ID:156588
Sep 1 2010, 12:13 pm
|
|
for example. if you have:
"100x100"
You can set the parser up like so:
btw, text2num handles spacing and irregular symbols in the string, and only takes numbers into account. That's pretty handy huh?