In the basic macro format, rules for representation of strings, etc.

If you have chosen the basic macro format, use the following rules for input fields on the Description tab, Actions tab, and Variables tab:
  • Strings must be written without being enclosed in single quotes. Examples:
    apple
    banana
    To be or not to be
    John Smith
  • The single quote (') and the backslash (\) are represented by the characters themselves without a preceding backslash. Examples:
    New Year's Day
    c:\Documents and Settings\User
  • The following characters or character sequences are not treated as operators: +, -, *, /, %, ==, !=, >, <, >=, <=, &&, ||, !.