float_to_str

Syntax

native float_to_str(Float:fl, string[], len);

Usage

fl
Floating point number to convert.
string
Buffer to store string in.
len
Maximum length of string buffer.

Description

Converts a floating point number to a string.

Return

Number of cells written to buffer.