You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MKI$, MKL$, MKS$, and MKD$ convert numbers to numeric strings that can be stored in FIELD statement string variables. CVI, CVL, CVS, and CVD convert those strings back to numbers.
MKI$,MKL$, MKS$, and MKD$ convert numbers to numeric strings that can be stored in FIELD statement string variables.CVI,CVL, CVS, and CVD convert those strings back to numbers.MKI$(integer-expression%)MKL$(long-integer-expression&)MKS$(single-precision-expression!)
MKD$(double-precision-expression#)
CVI(2-byte-numeric-string)CVL(4-byte-numeric-string)CVS(4-byte-numeric-string)
CVD(8-byte-numeric-string)
The text was updated successfully, but these errors were encountered: