DM_getConItem

Get the conItem at the given position. Note: position counting starts with 1

Syntax

Method syntax

Read syntax diagramSkip visual syntax diagramruleSet..DM_getConItem (pos)

Function syntax

Read syntax diagramSkip visual syntax diagramDM_getConItem(ruleSet ,pos)

Parameters

ruleSet
A value of type DM_RuleSettings
pos
A value of type INTEGER.

Return Value

The return Value is of type VARCHAR(128)

  • If pos is NULL, NULL is returned.
  • If pos is out of bounds, an error occurs.
  • If the property is not set at the position pos, NULL is returned.
  • If none of the above conditions apply, the value pos is returned.