You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Description

The Col2 function is set by the Field and [ ] functions, and returns the numeric value of the character position of the delimiter following the extracted data.

Syntax

Col2()

See also

Brackets operatorField()Col1()BCol1()BCol2()

Example

* parsing a repository entity ID
 
AppID = EntID [1, "*"]
Type  = EntID [Col2() + 1, "*"]
Class = EntID [Col2() + 1, "*"]
Name  = EntID [Col2() + 1, "*"]
  • No labels