Append
Class
Description
Command syntax
Example
Related commands
Chapter 15 Script SDK
458
Command
Adds characters to an existing command string, created with a call to SetCmdName().
Allowable arguments are char pointer, integer, and double-precision float. In the case of
an integer argument, the radix for the base of the resulting string can be specified
optionally. The default radix is 10.
sc.Append(const char* txt)
sc.Append(UINT32 value, UINT32 RADIX=10)
sc.Append(double value)
Refer to example programs apndflt.cpp, apndint.cpp, sampseq.cpp, testapi.cpp
Exec(), GetCmdName(), Reset(), SetCmdName,
Need help?
Do you have a question about the 881 and is the answer not in the manual?