Str()

Syntax

Result$ = Str(Value)
Description
Convert a signed integer number into a string.

Note: Floats must be converted with StrF(), doubles with StrD() and unsigned numbers with StrU().

Example:
  value.l = 10
  result$ = "Result: " + Str(value)
  Debug result$

Supported OS

All

<- Space() - String Index - StrD() ->