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

Arguments:

str Source string

Description:

Tells whether string is valid representation of integer.

Returns:

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

Usage:

if str_is_int('no6789') then writeln('Very strange integer');

See also:

str_is_float, str_conv_int.

PSP Help documents