Versions Compared

Key

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

This routine is available since katl-commons 2.5/databasecf 2.1.

Syntax

...

getHeaders(tableField)

Description

...

Excerpt

Retrieves the headers from a data table custom field.

Parameters

...

Parameter nameTypeRequiredDescription
tableFieldarrayYesThe data table custom field value.

Return Type

...

string[]

Example:

Code Block
string[] headers = getHeaders(customfield_10000);

...