OPEN"OPEN BOTH".D option provides, for example,
"READY:" if the named stream is successfully opened, or "ERROR:2" if the named
stream is not found.READWRITEBOTHAPPENDREPLACESHAREDSHAREREADSHAREWRITENOBUFFERBINARYRECLENGTH lengthRECLENGTH option
were specified with a length equal to that of the file).
length must be 1 or greater.
CLOSEREADY: if the named stream is
successfully closed, or an appropriate error
message. If an attempt is made to close an unopened file, STREAM returns a
null string ("").
stream("STRM.TXT","c","close")
FLUSHSEEK offset=Line Offset=1 means
the beginning of stream.
<+-READWRITECHARLINEstream(name,"c","seek =2 read")
stream(name,"c","seek +15 read")
stream(name,"c","seek -7 write line")
fromend = 125
stream(name,"c","seek <"fromend read)
POSITION