^PASSTHRU
Access a parameter as its calling type
WTSupported in traditional Synergy on Windows
|
|
USupported on UNIX
|
VSupported on OpenVMS
|
^PASSTHRU(parameter)
Arguments
parameter
The parameter that will be accessed as its calling type.
Discussion
^PASSTHRU accesses the parameter as its calling type. It is only useful when passing an unspecified parameter on to another routine.
Parameter can be ^ARG() instead of a parameter name if you want to get the parameter by its position.