formZ SDK | 5.0 API Reference | System | Script Only

fz_std_sscan_float

Description

Reads a floating point value from a string. The floating point value in the string must be separated by white space (blanks, tabs, returns ...).

Parameters

str [Input]

string to be read from.

dval [Result]

the number to be read.

Returns

# of digits read, or negative if an error occurred.

Availability

5.0.1.0

See Also

fz_std_sprint_float