GetOutputFields()

Description

Gets the output fields

Syntax

Function GetOutputFields()

Parameters:

none

Return value:

array (zero-based) of

string - an output field name

Example:

Function OnRecord

DictOut.InputFields.value = this.GetOutputFields()

End Function

See also

DictOut

GetInputFields()

TextConverter's Methods