Skip to end of banner
Go to start of banner

getRow

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:

getRow(tableField, rowIndex)

Description:

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

Parameters:

Parameter nameTypeRequiredDescription
tableFieldarrayYesThe data table custom field value.
rowIndexnumberYesThe index of the row to be retrieved.

Return Type:

 array

Example:

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