Intrinsic-24 FSet |
Top Previous Next |
24: FSet(handle, mode); (Changed)
This intrinsic assigns the file handle that is to be used by device 3. "Handle" is normally gotten from FOpen (29). "Mode" is one of the following:
^I or ^i = Input ^o or ^O = Output
Note: unlike previous versions, upper or lower case makes no difference as to the buffer size. All files have access to full-sized buffers. |