Thanks.
Ex: I have the following string "abc/efg"
and I want to ask GE take what is at left and right of the / and put it into variable.
So I would have abc in a variable and efg
It's more C programmation question than GE I guess.
I found this, it talk about token and pointers. I have no idea what they are.
http://pubs.opengroup.org/onlinepubs/009695399/functions/strtok.html