StrQ()

Syntax

Result$ = StrQ(Value.q)
Description
Convert a signed quad number into a string.

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

Example:
  Value.q = 100000000000000001
  Debug "Result: " + StrQ(Value)

Supported OS

All

<- StrF() - String Index - StrU() ->