xcall MIAMEX, MX_GETCMDINP, cmdinfld {,cmdinput}
MX_GETCMDINP (MIAMEX 52) allows you to determine if command file input is enabled or disabled for the two main modes of keyboard input. See the following routine, MX_SETCMDINP, for more details.
Parameters
cmdinfld (Num) [out]
returns 1 if command file input for XCALL INFLD enabled; else 0
cmdinput (Num) [out]
returns 1 if command file input for INPUT and INPUT LINE enabled; else 0
See MX_SETCMDINP for more details.
History
2023 August, A-Shell 6.5.1738: Added cmdinput parameter.