Page 1 of 1

Parse string and keep $NEWLINE$

Posted: Wed Jul 02, 2014 1:26 am
by markoh3
Hi,

If I parse a string that contains some $NEWLINE$ then after the parse the $NEWLINE$ is gone.
Is it possible to keep the $NEWLINE$ after parsing?

Kind regards,

Marko

Re: Parse string and keep $NEWLINE$

Posted: Wed Jul 02, 2014 1:29 am
by markoh3
My code for parsing is :
~Parse String~
~{A4A5EE4E-E7D7-46EC-98B7-EB403B40F81F}~
~$UNINSTALLKEY64RESULTS$~
~ ~
~FIRSTKEY64~
~PARSE64~
~0~
~TRUE~
~TRUE~


Parse String $UNINSTALLKEY64RESULTS$ into Variables FIRSTKEY64 and PARSE64 (Split at first occurrence of pattern)

Re: Parse string and keep $NEWLINE$

Posted: Wed Jul 02, 2014 2:06 am
by markoh3
Hi,

Never mind I ve found the workaround.

Thanks

Re: Parse string and keep $NEWLINE$

Posted: Wed Jul 02, 2014 8:57 am
by FrancescoT
:D