Function
EN
Version 2.00
@GetDEFFNGlobal
System
Syntax
@GetDEFFNGlobal
Description
Returns the names of all GLOBAL functions defined with DEFFN defined functions.
Example:
@LogReport(@GetDEFFNGlobal);
DEFFN:TestFun1[GLOBAL](P1)
{
@LogReport(P1);
}
The names of all GLOBAL functions defined with DEFFN defined functions are output.
If no other functions GLOBAL functions defined with DEFFN have been defined at the time this program is executed, only the name of the function TestFun1 is output because it was defined in the example.
Note : This text was machine-translated and may contain inaccuracies.
