Continuation and Comments

Parameters XE " Access Control Parameters:Multiple Lines" can be entered on a single line or on multiple lines. Parameters are delimited by a comma. If a space follows the comma, the parameter is continued on the next line. If the parameter contains a special character, enclose the parameter in double quotation marks. A parameter that is not terminated by a comma signifies the end of the Access Control entry.

Example:

    
USERID=DEFAULT,
NODE=NODEA,
SEND_DIR=c:\temp\,
SEND_OPTION=ROOT,
RECEIVE_OPTION=NEVER

The following command is the same as those above:

USERID=DEFAULT,NODE=NODEA,SEND_DIR= " c:\temp\ " ,SEND_OPTION=ROOT,RECEIVE_OPTION=NEVER

Comments are defined by placing an asterisk ( * ) in column 1. UNIX comments such as // and /* */ can be implemented as well.