Available in:
Apps (win)
Apps (char)
Reportwriter
RPC
Standalone PL
X
X
X
X
X
expr call(run-file[,parm,...]) string run-file expr parm
run-file | specifies the name of the function to call.
|
parm | (optional) specifies the function's parameter(s), which can also be accessed in the trigger's main application. |
call("trimmenu.run");The following example invokes an application and passes the TRIMrun start time as a parameter.
call("app1.run",g.time);