View previous topic :: View next topic
|
Author |
Message |
DwChilders
New User
Joined: 14 Apr 2006 Posts: 7
|
|
|
|
Is there a way to read binary bytes from a file? EXECIO seems to read only lines from text files, and charin() doesn't seem to be available. |
|
Back to top |
|
|
jon_s_rice
Active User
Joined: 24 Mar 2005 Posts: 102 Location: Douglasville, GA USA
|
|
|
|
EXECIO reads records into a stem. The way it reads the records depends on how the file is allocated. If the file is FB (fixed block) lrecl whatever It will read fixed length records into the stem. |
|
Back to top |
|
|
|