BASICHELP.HLB  —  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)
Additional Information: explode extract
Syntax
Close Help