Cvi returns a short value corresponding to the first two bytes of the string pointed to by s. This function implements the BASIC CVI function.
Cvs returns a float value corresponding to the first four bytes of the string pointed to by s. This function implements the BASIC CVS function.
Cvd returns a double value corresponding to the first eight bytes of the string pointed to by s. This function implements the BASIC CVD function.
MkiS returns a two byte string corresponding to the short value ia. This function implements the BASIC MKI$ function.
MksS returns a four byte string corresponding to the float value fa. This function implements the BASIC MKS$ function.
MkdS returns a eight byte string corresponding to the double value da. This function implements the BASIC MKD$ function.
from The Basmark QuickBASIC Programmer’s Manual by Lawrence Leinweber