Hi,
I have a string like this: "Ole Hansen"
The value in the string is not static it can be like this "Hugo Jensen"
Is it possible to split it op when there is a space???
Any help will be appreciated
Printable View
Hi,
I have a string like this: "Ole Hansen"
The value in the string is not static it can be like this "Hugo Jensen"
Is it possible to split it op when there is a space???
Any help will be appreciated
Use Split function to Split the Text. SyntaxVB Code:
Split(string, delimeter)
Thx
That works perfect
You are welcome :)
If your problem is resolved please mark your thread resolved by Opening Thread Tools, and selecting Mark Thread Resolved.