GetFieldValue()

Description

Return a field value at a specific input field.

Syntax

Function GetFieldValue(index|name, rec_offset)

Parameters

variant index or name  -

integer index - The index (starting from 1)

string name - the name of the input field 

integer rec_offset - the record offset should be equal 0 (optional, default = 0).

Return Values

variant - the value at the specified input field.

See also

GetFieldCount()

DictIn