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

Arguments:

from SDS table path

Description:

Returns number of rows in SDS table.

Returns:

Row count or 0 on error.

Usage:

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

See also:

sds_last_id, sds_num_fields.

PSP Help documents