Please enable JavaScript to view this site.

Deprecated.

xcall MIAMEX, MX_XCBDATAX, xcbadr, opcode, parmno, var

MX_XCBDATAX (MIAMEX 81) This function provides a means for an SBX to retrieve parameters passed to it from the calling program, and to pass parameters back. It remains supported but has been deprecated since A-Shell version 6.0, having been superseded by the family of X-ARGs which offer several advantages, including working with Functions and Procedures as well as SBXs. See MX_XCBDATAX for details on migration to the newer statements.

Parameters

xcbadr  (Num)

must be set to the address of the parameter structure. This value is passed on the command line to the SBX routine.

opcode  (Num)

0 (mxop_get) to retrieve a parameter or 1 (mxop_Set) to pass it back. For convenience, these values are mapped in the xcall.bsi file as xcbget and xcbput, respectively.

parmno  (Num)

is the number of the parameter to receive or send, starting from 1.

var

is the actual variable to receive or send. It should be mapped in a way that is "reasonably compatible" with the actual type and size passed to the subroutine, although conversions and truncations will be applied automatically if necessary.

See Also

Created with Help+Manual 9 and styled with Premium Pack Version 5 © by EC Software