148 Chapter 15 Script SDK
GetCmdName
Class Command
Description Returns the current contents of the command string. The command string can be built
using SetCmdName(), Append(), =, and +=.
Command syntax sc.GetCmdName( void )
Return type const char*
Example Refer to sample programs apnd.cpp, apndflt.cpp, testapi.cpp
Related commands SetCmdName(), Exec(), Append(), operator =, operator +=