>Every time I have a BASIC program, when I try to open it, it thinks RclPic is >a variable, how do I make it so the calculator realizes that RclPic is really >RclPic? > > -Jef What is the specific error number that it gives you? Put the RclPic statement inside a try block, then return errornum. It'll be easier to help with that info. --Nate