SetFieldValue()

Description

Changes the value at a given input to a new value.

Syntax

Function SetFieldValue( index|name, value )

Parameters

variant index or name  of the field which you want to change

    integer index - field index (starting from 1)

    string name - the name of the output field

string value - the new field value to be stored to the output record

Return values

none

See also

GetFieldValue()

SetFromLine()

DictOut