GetInputFields()

Description

Get the input fields names of the first template.

Syntax

Function GetInputFields()

Parameters:

none

Return value:

array (zero-based) of

string - an input field name

Empty - when there's no input fields in the template

Example

Dim in_names

in_names = this.GetInputFields()

If IsArray( in_names ) then ' got the input fields

 

See also

DictIn

GetInputFields()

GetOutputFields()

TextConverter's Methods