D - Text file handling
- "Matthew Wilson" <dmd synesis.com.au> Mar 17 2003
- Burton Radons <loth users.sourceforge.net> Mar 17 2003
- "Matthew Wilson" <dmd synesis.com.au> Mar 18 2003
Is there a succinct way for opening a text file and returning an array containing every character in the file? Thanks in advance Matthew
Mar 17 2003
Matthew Wilson wrote:Is there a succinct way for opening a text file and returning an array containing every character in the file?
import file; file.read (filename);
Mar 17 2003
:) "Burton Radons" <loth users.sourceforge.net> wrote in message news:b56hko$64d$1 digitaldaemon.com...Matthew Wilson wrote:Is there a succinct way for opening a text file and returning an array containing every character in the file?
import file; file.read (filename);
Mar 18 2003








"Matthew Wilson" <dmd synesis.com.au>