D - Text file handling
- Matthew Wilson (4/4) Mar 17 2003 Is there a succinct way for opening a text file and returning an array
- Burton Radons (3/5) Mar 17 2003 import file;
- Matthew Wilson (3/8) 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