You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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

returns

"3.1415"


  • No labels