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 sds_last_id(const from: string): longword;

Arguments:

from SDS table path

Description:

Returns last insert id of SDS table.

Returns:

Id or 0 on error.

Usage:

i := sds_last_id('test.sds');

See also:

sds_num_rows.

PSP Help documents