I have a string was concatenated using #newline. It looks like following:
originalString= SerialNumber1 + #newline + SerialNumber2 + #newline + SerialNumber3 + #newline + SerialNumber4 +...+....
I need to get individual Serial Number from the originalString.
Note: the length of individual serial number is NOT same.
The problem is I don't know what exactly characters that defined in Macro #newline. I tried to debug still not display the characters. Otherwise I can use strScan function to get the position of the #newline. Then do a loop to get individual serial number.
Any advice would be appreciated
Anna
*This post is locked for comments
I have the same question (0)