Sprint()

<< Click to Display Table of Contents >>

Navigation:  Explain™ Control Language  > Library Routines > Input and Output functions >

Sprint()

Description

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...

 

Type

REGULAR FUNCTION

 

Usage

String = Sprint(Value, ...)

 

Value

REAL, INDEX, STRING, BOOL, BITS

The value(s) to be printed.

String

STRING

The output string.

 

Gamry tip bulb

See the description of the Print() command for more details on output formats.

 

Related Topics