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_field(ap: SDS_Array; const name: string): string;

Arguments:

ap Row handle
name Field identifier (name)

Description:

Fetches cell value by field name.

Returns:

Cell contents or empty string on error.

Usage:

s := sds_fetch_field(ap, 'name');

See also:

sds_fetch_column, sds_fetch_field_float, sds_fetch_field_int.

PSP Help documents