Re: Byte-files only partially loaded
- To: mathgroup at smc.vnet.net
- Subject: [mg6350] Re: [mg6288] Byte-files only partially loaded
- From: jimr348065 at aol.com (JimR348065)
- Date: Thu, 13 Mar 1997 01:19:59 -0500 (EST)
- Organization: AOL http://www.aol.com
- Sender: owner-wri-mathgroup at wolfram.com
Try this: stream = OpenRead[filename, DOSTextFormat -> False]; This will let Read and ReadList read DOS forbidden characters. Incidently, this is seems to be much faster than using the Binary utilities in the Standard packages. Jim Rushing Electronic Arts San Mateo, CA jrushing at ea.com