Hi all,
I need a code to extract the sub string from a string in VB6
EX I have a string
str = "Post your QSquestion in a relevant forum"
and I want to store the word which starts from QS in the above string ie I want to store QSquestion in other string..
How can I do this?
I need a code to extract the sub string from a string in VB6
EX I have a string
str = "Post your QSquestion in a relevant forum"
and I want to store the word which starts from QS in the above string ie I want to store QSquestion in other string..
How can I do this?
Comment