Map and Table Calculation

STRING( ) function

Converts a value to a string.

Syntax

STRING(Value)

Input

Value is a value
Domain type: any Value domain

Output

STRING returns: a string
Domain type: system domain String

Notes:

Tip:

When the definition symbol = is used, a dependent output column is created; when the assignment symbol := is used, the dependency link is immediately broken after the output column has been calculated.

Usable in

TabCalc, Simple calculators

Examples

Pocket line calculator examples:

? STRING(45)

returns 45.000

? STRING(-38.5)

returns -38.5000

TabCalc example:

OutCol = STRING(InCol)

 

InCol

OutCol

0.0

0.0

0.1

0.1

-1.5

-1.5

25.0

25.0

999.0

999.0

?

?

See also: