bas7qck.hlp (Table of Contents; Topic list)
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.
IOCTL Statement
  Syntax  Details  Example                 Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
IOCTL [#]filenumber%, string$
 
    ■ filenumber%   The BASIC file number used to open the device.
    ■ string$       The command sent to the device.
 
    ■ Commands are specific to the device driver. See the device driver
      documentation for a description of the valid IOCTL commands.
 
See Also    IOCTL$