Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Turbo Basic - <b>get$ read from binary file</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
GET$                     Read from BINARY File

 GET$ [#] filenum, count, strvar

    Reads a specified number of bytes from a file OPENed in BINARY mode
    and assigns them to a string variable.

     filenum    The number of a file OPENed in BINARY mode.

       count    The number of bytes to read.

      strvar    The name of a string variable.

   --------------------------------------------------------------------------

      Notes:    The bytes are read from the current file position. The
                current file position can be modified by means of a SEEK
                statement.

See Also: OPEN PUT$ SEEK

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson