A1: JavaScriptlet [ Code:setGlobal('Foo', 'one\r\ntwo\r\nthree\r\n');
Libraries: Auto Exit:On Timeout (Seconds):45 ]
A2: Variable Split [ Name:%Foo Splitter:%CarriageReturn Delete Base:Off ]
A3: Popup [ Title: Text: Foo2 - %Foo2
Foo(:) - %Foo(:) Background Image: Layout:Popup Timeout (Seconds):600 Show Over
Keyguard:On ]
Note, I'm using the base variable for global regex queries. The array lets me iterate to the exact item.
Note2, variable %CarriageReturn is set to an <enter key>.
The output from the above script is:
Foo2 - %Foo2 Foo(:) - one
two
three
I'm expecting: Foo2 - two Foo(:) - onetwothree
Thank you for your help!
Cindy