Supports foregin edition of AutoCAD LT LTCustomizer21 for AutoCAD LT reference manual

ActiveX
    Sub set_cmdline_msg(cmd_prompt As String, cancel_str As String)
C/C++
    void WINAPI LTC_set_cmdline_msg(const wchar_t *cmd_prompt,const wchar_t *cancel_str);

parameter
cmd_prompt:string of command line prompt on AutoCAD LT.
cancel_str:string of cancel message on AutoCAD LT.

LTCustomizer21 is scanning command line prompt and cancel string when command2() or other functions is running. In short, if these message change messages of foreign language edition, LTCustomizer21 can correspond to foreign language edition. By default, LTCustomizer21 corresponds to all edition you use automatically. So use this function when you can't only use command2(),etc .

Example
set_cmdline_msg("Command: ","*Cancel*");'Supports English edition.