Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

position = BCol2()

See also

Col2Col1()BCol1()

Example

Code Block
* 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"