Comments
-
Thanks Jiri, This certainly helped with my requirement. However, it's unfortunate that escaping special characters isn't easier. cheers Ross
-
Has anyone worked out how to retain the whitespace? Newlines are straightforward using ${CR}${CRLF} Leading or Trailing whitespace seems to be ignored. I've even tried creating a @WhiteSpace variable and inserting that but it is removed before the script is executed. cheers Ross
-
Looks like "substring" is what I need.