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

Arguments:

from SDS table path

Description:

Returns number of fields in SDS table.

Returns:

Field count or 0 on error.

Usage:

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

See also:

sds_num_rows.

PSP Help documents