>Ok, let's say I make a text file on my calc using the text editor. Is there >a way I can make my programs (BASIC) read them? > Write a small function using filelib that opens a file and returns it's contents as a string. --Nate