http://www.digitalmars.com/d/cppstrings.html has an error -- it uses "file.read(...)" to read a file, but this doesn't work. It should be either std.file.read(), or just read(). Kevin