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

Arguments:

rp Result pointer

Description:

Rewinds (sets on the first row) result rowset pointer.

Usage:

sds_result_rewind(rp);

See also:

sds_fetch_row, sds_result_eof, sds_result_pointer, sds_result_seek, sds_query.

PSP Help documents