Versions Compared

Key

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

...

Some other characters are also escaped:

All Escape Sequences

 

CharacterEscape As

%

%%
###
$($$(

...

If you have a variable whose contents contain characters marked above, then you can use %!USERNAME% to tell FinalBuilder not to expand any variable references in the contents.

Example

: 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.

...