Function EN Version 1.90

@CallPRC

System Text

Syntax

@CallPRC(PRCNAME1);

Description

Calls a PRC document with the TEXT PRCNAME1 as sub-processing.

ACHTUNG:
Local variables from the main processing are not accessible in the program called by @CallPRC, and vice versa.
Data (variables) can only be exchanged via global ([GLOBAL]) variables.
The counters Done/Delete/Update are set to 0 at the start of sub-processing. After sub-processing, the counters contain the total status
(all previous events including the sub-processing events together).

Example: @CallPRC(PRCNAME1)

PRCNAME1:="TEST_SERVER!!TEST_SUB_PRC";
@CallPRC(PRCNAME1);

Calls the PRC document with the name "TEST_SERVER!!TEST_SUB_PRC" on.

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