Text EN Version 1.90

Parameter passing

Description

Parameter passing for Engine Batch Commands.

A parameter begins immediately after the preceding separator (":" or ",") and ends immediately before a separator ("," or ";").
A command must be terminated with a semicolon (";").
If a parameter contains quotation marks, semicolons, slashes, or backslashes, it must be enclosed in quotation marks.
Within a parameter, quotation marks, semicolons, slashes, or backslashes are marked by a preceding backslash ("\").

Examples:

Command:Parameter,"Parameter","Parameter with \" quotation marks \"","Parameter with backslash \\";

Parameter 1 results in:
Parameter
Parameter 2 results in:
Parameter
Parameter 3 results in:
Parameter with " quotation marks "
Parameter 4 results in:
Parameter with backslash \

As a dummy or suppression parameter, @Null is used.
For documents, @Created can be specified as the creation-date parameter instead of a time field for some commands.
To specify a Notes return as a separator, @Newline is used (only for Separator, not for Separators).

Note : This text was machine-translated and may contain inaccuracies.