StrF()

Syntax

Result$ = StrF(Value.f [, NbDecimal])
Description
Convert a float number into a string. A maximum number of decimal places can be specified. The number isn't rounded, but simply truncated.

Note: Signed integer numbers must be converted with Str() and unsigned numbers with StrU().

Supported OS

All

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