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

Arguments:

ap Row handle
name Field identifier (name)

Description:

Fetches cell value by field name as double precision float.

Returns:

Cell contents or 0.0 on error.

Usage:

r := sds_fetch_field_float(ap, 'name');

See also:

sds_fetch_column, sds_fetch_field, sds_fetch_field_int.

PSP Help documents