166 Chapter 15 Script SDK
Operator +=
Class Operator
Description Appends characters to the command string. The argument will be converted to ASCII
character string if necessary. The command string is represented by a pointer to the script
context; sc. This is similar to Append().
Command syntax sc += "string"
sc += char
sc += double
sc += UINT32
Example sc += "testapi.o";// append filename to the command string
also refer to example program testapi.cpp
Related commands Operator =, Append(), SetCmdName(), Exec()