Can someone help me understanding why i cant use the Split function to separate a string through “/t”?
(I tried also with function splittedItems= Split(splittedFinal, “/t”), but it’s still not working)
I believe that \t in your text is the escape sequence for the tab character. If that is the case, then you should be able to split the string like this: