New Line character as a split delimiter.

tborek

New Member
Hey.

Does anyone of you know the metacode or something simmilar for AA? In Blue Prism i just used newLine() and it worked, but I'm a rookie in AA.

For example I have a string:
"Word1 Word2
Word3 Word4"

I need to split them all, so I want to split first time using newLine character as a delimiter, and later on split each of results with " " as a delimiter.

Neither \n nor Environment.NewLine worked for me.

Thanks in advance.

T.
 
Top