Message 1 of 7

Not applicable
05-08-2019
12:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Goodday,
I am searching for a way to split strings. Where:
Dim Separators() As Char = {";"}
Doesnt seem to work at my code.
As you see in the code the separator is-> ;
for example, if the string is 1;2, it must be separated into 1 and 2 given to 2 parameters,
so spot1 -> "1" and spot2 -> "2"
This also applies to, for example, 4;6;13 in 4, 6 and 13 given to 3 parameters, etc.
I hope i can find the solution im looking for over here!
Kind Regards,
Thomas
Solved! Go to Solution.