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:

procedure sds_free_result(rp: SDS_Result);

Arguments:

rp Result rowset pointer

Description:

Frees memory occupied by result rowset pointer.

Usage:

sds_free_result(rp);

See also:

sds_query.

PSP Help documents