Get the input fields names of the first template.
Function GetInputFields()
none
array (zero-based) of
string - an input field name
Empty - when there's no input fields in the template
Dim in_names
in_names = this.GetInputFields()
If IsArray( in_names ) then ' got the input fields
Â