O.P. cuting strings
hey
i was wondering how to separate the words of an incoming message and add each word into am array cell...
example:
received message : hello my\friend
in msg[1] we'll have hello
and msg[2] we'll have my\friend
the only parameter the we use it to separate is space
|