C2ToI Method
Class: _DBC
Expand/Collapse source code of procedure C2ToI Source Code
      LPARAMETERS lcInt
      * lcInt - Binary format of integer
      RETURN ASC(LEFT(lcInt,1))+ASC(RIGHT(lcInt,1))*256