Owning Class: commands
Requires: MathScript RT Module (Windows)
keyboard
Waits for keyboard input before continuing execution.
This function is not supported in the LabVIEW Run-Time Engine. This function can remain in your scripts when you build a stand-alone application or shared library, but the LabVIEW Run-Time Engine does not execute this function.
A = 'before'
disp('Press any key to continue...')
keyboard
B = 'after'