Skip to main content

Text - script and chart function

Text() forces the expression to be treated as text, even if a numeric interpretation is possible.

Syntax:  

Text (expr)

Return data type: dual

Example:  

Text( A )
where A=1234

Results
String Number
1234

-

Example:  

Text( pi( ) )

Results
String Number
3.1415926535898

-

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!