MKD$(double-precision expression)
Converts a numeric value to an 8-byte string value. This is the inverse
function of CVD.
Any numeric value that
is
placed in a direct access file buffer by an
LSET
or
RSET statement must be converted to a string.
LSET YTD$=MKD$(564.33)
RSET DAY$=MKS$(DAY)
MKI$(integer expression)
Converts a numeric value to a 2-byte string value. This is the inverse
function of CVI.
Any numeric value that is placed in a direct access file buffer by an
LSET or RSET statement must be converted to a string.
LSETTOT$=MKI$(TOT)
RSET QTY$=MKI$(NUM)
MKS$(single-precision expression)
Converts a numeric value to an 4-byte string value. This is the inverse
function of CVS.
Any numeric value that is placed in a direct access file buffer by an
LSET or RSET statement must be converted to
a
string.
LSET AVG$
=
MKS3
(0.123)
RSET MIX$=MKS$(A)
NAME
old
filename
AS
new filename
Renames
old filename
as
new filename.
You
cannot change direc-
tory names.
NAME
"fi
Le.bas"
AS
"fi
le.old"
NEW
Deletes the program currently in memory and clears all variables.
NEW
Tandy
1000
45