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_fetch_row(rp: SDS_Result): SDS_Array;

Arguments:

rp Result rowset pointer

Description:

Fetches next result row.

Returns:

Valid row handle on success or NIL (NULL) pointer on error.

Usage:

ap := sds_fetch_row(rp);

See also:

sds_fetch_column, sds_fetch_field, sds_free_row.

PSP Help documents