^PASSTHRU

Access a parameter as its calling type

WSupported 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.