Operator +=
Class
Description
Command syntax
Example
Related commands
166
Chapter 15 Script SDK
Operator
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().
sc += "string"
sc += char
sc += double
sc += UINT32
sc += "testapi.o";// append filename to the command string
also refer to example program testapi.cpp
Operator =, Append(), SetCmdName(), Exec()
Need help?
Do you have a question about the 881 and is the answer not in the manual?