Versions Compared

Key

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

...

Parameter nameTypeRequiredDescription
tableFieldarrayYesThe data table custom field value.
rowIndexnumberYesThe table row index.
columnIndexnumberYesThe table column index.

Return Type:

string[]

Example:

Image Added

Code Block
print(string keplercfDescription = getTableElement(customfield_10000, 12, 1));;

For custom field DataTable with the id customfield_10000, the result returned by the above routine call will be: Kepler Custom Fields.