Versions Compared

Key

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

...

Info
titleAvailability

This routine is available starting with

  1. databasecf 2.1
  2. SIL Engine™ 2.0.3

Syntax

getTableElement(tableField, rowIndex, columnIndex)

Description

...

Excerpt

Retrieves the data in the cell at the specified location from a data table custom field.

Parameters

...

Parameter nameTypeRequiredDescription
tableFieldarrayYes
The
Value of the data table custom field
value.
rowIndexnumberYes
The
Index of the table row
index.
columnIndexnumberYes
The
Index of the table column
index.

Return Type

...

string

Example

...

Image Added

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

For the Developers custom field with the customfield_10000 id, the result returned by the above routine call will be:
developer2@developer2.developer2.

See also