Skip to end of banner
Go to start of banner

getColumn

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Syntax:

getColumn(tableField, columnIndex)

Description:

Retrieves the data in the column with the specified index from a data table custom field.

Parameters:

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

Return Type:

 array

Example:

print(getColumn(customfield_10000, 1));
  • No labels