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. ====== BCol1 function ====== ==== Description ==== The BCol1 function is the binary version of Col1(). It will return the numeric value of the character position of the delimiter preceding the extracted data. ==== Syntax ==== **position = BCol1()** ==== See Also ==== [[col1|Col1]], [[col2|Col2()]], [[bcol2|BCol2()]] ==== Example ==== <code> * Parse a Repository ID EntID = ANSI_UniCode( "SYSPROG*STPROCEXE**ANSI_UNICODE" ) AppID = EntID [1, "*",1] ; * Will contain "SYSPROG" precedingPos = BCol1() ** ** </code> guides/programming/programmers_reference_manual/bcol1.txt Last modified: 2024/06/19 20:20by 127.0.0.1