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_int(const str: string): longint;

Arguments:

str Source string

Description:

Converts string to longint if it is string representation of integer.

Returns:

Converted value or 0 on error.

Usage:

i := str_conv_int('-1023');

See also:

str_is_int, str_conv_float.

PSP Help documents