&&

Continue a Customizer argument on another line.
Restriction: This topic applies only when the AppMaster Builder AddPack has been installed, and applies only to Windows platforms.

Syntax:

macroname argumentpart1
...&& argumentpart2

Comment:

You can continue a Customizer argument on as many lines as necessary.

Example:

Program Painter code:

   SYM1     % DEFINE $USER-MACRO(&ARG1, &ARG2, &ARG3, &ARG4)
                 DISPLAY <&SQ><%&ARG1><&SQ>

               USER-MACRO  A_LONG_ARGUMENT_THAT_NEEDS_TO_BE_CONTINUED_ON 
               ... && THE_NEXT_
               ... && LINE

Generated code:

   DISPLAY  'A_LONG_ARGUMENT_THAT_NEEDS_TO_BE_CONTINUED_ON_THE_NE
   -    'XT_LINE'