CVI%

Syntax

CVI% (mki_$)

Location

BTool

CVI% is the inverse function of MKI$ and expects a two character long string, being the internal representation of an integer, and then converts this into the actual integer number.

Example

MKI$( 20812 )=”QL”

CVI%(“QL”)=20812

CROSS-REFERENCE

MKI$, CVL, CVF, CVS$.

FGET% and FPUT% provide similar facilities for writing and reading integers in their internal format from files.