Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

CharacterEscape As

%

%%
###
$($$(

...

Info
$( and # are deprecated ways of referring to variables and Target parameters. We recommend you use % wherever possible.

...

Disabling Recursive Expansion

...

Suppose you had a project variable MySQL, which contained the text "WHERE Connection LIKE 'G%'". If you reference the variable as %!MySQL%, then the contents will inserted verbatim without being scanned for variable references.

Reading Text Files

The Read Text File action has an "escape any variables" option which will automatically escape any variable references found when reading a file.