Hello again, i have a string that contains two words separated by a space. i need to save the both words in an array. how i can to separate them
in VB you can do "InStr(string)" to take the position and use left() or right() to do that.
Thanx
Hello again, i have a string that contains two words separated by a space. i need to save the both words in an array. how i can to separate them
in VB you can do "InStr(string)" to take the position and use left() or right() to do that.
Thanx
separate a string by a space
Al-Arabi