Text
EN
Version 1.90
MAIN
Description
MAIN is a special NOTEHANDLE (a special variable group) that, in an Import Script, contains the fields (variables) of the imported record.
WARNING:
MAIN cannot be used in @Functions that explicitly require a NOTEHANDLE as a parameter.
MAIN can only be used with @Functions that also allow the data type VARGROUP.
It is not possible to create a VStack on the VStack MAIN.
Example (excerpt from an Import Script):
SECTION IMPORT:
…
SECTION PROCESSING;
@LogReport(TestText[MAIN]);
@LogReport(TestNumber[MAIN]);
…
The fields defined in SECTION IMPORT, TestText and TestNumber,
can be accessed in SECTION PROCESSING via the NOTEHANDLE MAIN.
Note : This text was machine-translated and may contain inaccuracies.
