Function: fmt

Syntax

fmt (<num>{,<int>})

Type

string

Returns

A numeric value as a string.

Parameters

Examples

In the following, os will be set to the value '14.7000'

numeric x = 14.7
string os = fmt(x,4)

See Also

Functions:

ns(string)

Identifiers:

dec_places(numeric)