Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Parameter nameTypeRequiredDescription
tableFieldarrayYesThe data table custom field value.
columnIndexnumberYesThe index of the column to be retrieved.

Return Type:

 arraystring[]

Example:

Code Block
string[] fullNames = getColumn(customfield_10000, 1);

...