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_is_float(const str: string): boolean;

Arguments:

str Source string

Description:

Tells whether string is valid representation of float number.

Returns:

TRUE if str value is valid float, FALSE if not.

Usage:

if str_is_float('no123.45') then writeln('Very strange float');

See also:

str_is_int, str_conv_float.

PSP Help documents