Please enable JavaScript to view this site.

A-Shell Reference

xcall MIAMEX, MX_SETGDO, status, g0 {,g1, g2, g3, g4, g5, g6, g7, g8, g9}

MX_SETGDO (MIAMEX 79) may be used to set up to 10 global DO parameters. These are parameters may be retrieved later using Function 78 or used as arguments on a DO file command line. The entire set of up to 10 DO file parameters is set at once, replacing any prior values. (Even if you specify only g0, the prior values of g1 through g9 will be set to null.)

status (Signed Num) returns 0 for success or –1 to indicate failure.

go through g9 (String) will receive the current values of the up to 10 global DO file parameters.

For more information on this topic, see Global DO File Parameters.