skip_cmdline_msg LTCustomizer21 for AutoCAD LT reference manual

ActiveX
Function skip_cmdline_msg([num As Long = 1]) As Integer
C/C++
int WINAPI LTC_skip_cmdline_msg(int num);

parameter
num : skip lines

return value:
0:Cancel or other critical error.
other value:skipped lines

This function waits until AutoCAD LT display lines that are specified on command line. Concretely this function is used with command3() function and id used to control commands of AutoCAD LT.

Caution: skip_cmdline_msg() recognizes one line when command line message change. But this function does not recognize as change of one line when a user is inputting coordinate or typing option word etc.