1 CVTx$ The CVTx$ functions translate numeric values into character strings. CVT%$ translates a 16-bit integer into a 2-character string. The CVTF$ function translates a floating-point number into a 4- or 8-byte character string, depending on whether the floating-point variable is single- or double-precision. Examples A$ = CVT%$(A%) EMP_NAME$ = CVTF$(A) 2 Syntax str-var = CVT%$(int-exp) str-var = CVTF$(real-exp)