formZ SDK | 5.0 API Reference | System | Script Only

fz_std_sscan_bool

Description

Reads TRUE or FALSE from a string. If the item to be read is not TRUE or FALSE, the boolean value is assigned FALSE. The boolean values in the string must be separated by white space (blanks, tabs, returns ...).

Parameters

str [Input]

string to be read from.

bval [Result]

the boolean to be read.

Returns

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

Availability

5.0.1.0

See Also

fz_std_sprint_bool