<< Click to Display Table of Contents >> Navigation: Explain™ Control Language > Library Routines > Input and Output functions > Sprint() |
Prints one or more values to a STRING variable.
Similar to the Print() function, except that output is not directed to the class OUTPUT device or file.
One use for this function is the automatic generation of file names or labels consisting of a fixed name and a repetition counter e.g., EXPT1, EXPT2, EXPT3...
REGULAR FUNCTION
String = Sprint(Value, ...)
Value |
REAL, INDEX, STRING, BOOL, BITS |
The value(s) to be printed. |
String |
STRING |
The output string. |
See the description of the Print() command for more details on output formats. |