Str()

语法

Result$ = Str(Value.q)
概要
Convert a signed quad number into a string.

参数

Value.q The value to convert.

返回值

A string holding the converted value.

Remarks

Floats must be converted with StrF(), doubles with StrD() and unsigned numbers with StrU(). It is possible to omit this command when concatenating string and integer, it will then use the default behaviour of Str().

示例

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

参阅

Val(), Hex(), Bin(), StrF(), StrD(), StrU()

已支持操作系统

所有

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