STR$ returns a string containing the value of NumExp

Syntax

STR$(NumExp)

Arguments

  •  NumExp is a real value, parameter or expression that can either be positive, zero or negative

Examples

STR$(3.1514)

 returns
"3.1415"


 

Quick links: Functions overview | Attribute overview | Constants overview | Dimensions overview


 

  • No labels