EXECUTE

Compatible with:
DOS Maximite CMM MM150 MM170 MM+ MMX Picromite ArmiteL4 Armite F4 ArmiteH7 Picomite CMM2

Syntax:
EXECUTE command$

Description:
This executes the Basic command "command$". 
Use should be limited to basic commands that execute sequentially for example the GOTO statement will not work properly
Things that are tested and work OK include GOSUB, Subroutine calls, other simple statements (like PRINT and simple assignments)
Multiple statements separated by : are not allowed and will error.
The command sets an internal watchdog before executing the requested  command and if control does not return to the command, like in a GOTO statement, the timer will expire. 
In this case you will get the message "Command timeout".
RUN is a special case and will cancel the timer allowing you to use the command to chain programs if required.

 

Last edited: 29 September, 2020