Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Col2 function ====== ==== 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_operator|[ ] Brackets operator]], [[field|Field()]], [[col1|Col1()]], [[bcol1|BCol1()]], [[bcol2|BCol2()]] ==== Example ==== <code> * parsing a repository entity ID AppID = EntID [1, "*"] Type = EntID [Col2() + 1, "*"] Class = EntID [Col2() + 1, "*"] Name = EntID [Col2() + 1, "*"] ** ** </code> guides/programming/programmers_reference_manual/col2.txt Last modified: 2024/06/19 20:20by 127.0.0.1