If I split a string like: 1234=abcd and I define the delimeter as beeing "=" then the function would look like:
Split("1234=ABCD","=")
The return value would be an array with the substrings: "1234" and "ABCD". But how can I Isolate a string from this Array to be shown in my report?
Thnx for your help!
Tanja
Split("1234=ABCD","=")
The return value would be an array with the substrings: "1234" and "ABCD". But how can I Isolate a string from this Array to be shown in my report?
Thnx for your help!
Tanja