This is a search engine friendly CGI program that outputs help documents.
The LufDoc (Live User Fed Documentation) comment system will be implemented soon.

PSP Help Doc Indexer System

(Version 1.4.1)


Declaration:

function str_conv_float(const str: string): double;

Arguments:

str Source string

Description:

Converts string to double precision float if it is string representation of float.

Returns:

Converted value or 0.0 on error.

Usage:

r := str_conv_float('-128.256');

See also:

str_is_float, str_conv_int.

PSP Help documents