Str()
Syntax
Result$ = Str(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: " + Str(Value)See also Val(), Hex() and Bin().
Supported OS
All