Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
RSET Statement QuickSCREEN
◄QuickSCREEN► ◄Details► ◄Example► ◄Contents► ◄Index►
──────────────────────────────────────────────────────────────────────────────
RSET - a string processing statement that moves data from memory
to a random-access file buffer (in preparation for a PUT statement)
or right-justifies the value of a string in a string variable
Syntax
RSET stringvariable=stringexpression
■ stringvariable may be a random-access file field defined in a FIELD
statement, or any other string variable
■ stringexpression is the value assigned to stringvariable
See also ◄PUT (File I/O)► ◄MKD$, MKI$, MKL$, MKS$► ◄LSET►