Hi, I've some problems...
I've a string who contain a calcul and words...
Example:
"word+5*word2"
I would like know each word and split it from the string for replace it by a value like a variable...
I can't know what will be the words so I can't simply type StrReplace()...
This'll can contain also function names:
"word()+5*word2"
I've to know if it's a function or just a Word...
I know how do it but I'm affraid the code length that I can write. Maybe there's a best way for do it...
Tell me if you don't understand!
I've no source to Upload sorry...
Thanks for your help!
Edit:
Each words are the TextBox names who contain values...
I've a string who contain a calcul and words...
Example:
"word+5*word2"
I would like know each word and split it from the string for replace it by a value like a variable...
I can't know what will be the words so I can't simply type StrReplace()...
This'll can contain also function names:
"word()+5*word2"
I've to know if it's a function or just a Word...
I know how do it but I'm affraid the code length that I can write. Maybe there's a best way for do it...
Tell me if you don't understand!
I've no source to Upload sorry...
Thanks for your help!
Edit:
Each words are the TextBox names who contain values...
Last edited: