Self explainitory, i know how to find the first string, but not the ones after, can someone help?
Printable View
Self explainitory, i know how to find the first string, but not the ones after, can someone help?
You can use the Split function and use the space as the delimiter. You will get an array of strings, and the first one in the array is the one you want.