I have a String like this:
Info1|Info2
I want this String to be splitted by | and a it should return the second Info and the first one. So I want one msgbox displaying Info1 and another one displaying Info2. How can I do this? I already tried
StringSplit
But without any success...