BCol2 function

The BCol2 function is the binary version of Col2(). It will return the numeric value of the character position of the delimiter following the extracted data.

position = BCol2()

* Parse a Repository ID

EntID = ANSI_UniCode( "SYSPROG*STPROCEXE**ANSI_UNICODE" )

AppID = EntID [1, "*",1] ; * Will contain "SYSPROG"
Type  = EntID [BCol2() + 1, "*",1] ; * Will contain "STPROCEXE"
Class = EntID [BCol2() + 1, "*",1] ; * Will contain ""
Name  = EntID [BCol2() + 1, "*",1] ; * Will contain "ANSI_UNICODE"
 
**
**
 
 
  • guides/programming/programmers_reference_manual/bcol2.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1