BCol1 function

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.

position = BCol1()

* Parse a Repository ID

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

AppID = EntID [1, "*",1] ; * Will contain "SYSPROG"

precedingPos = BCol1()
 
**
**
 
 
  • guides/programming/programmers_reference_manual/bcol1.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1