Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ncar!boulder!ccncsu!handel.colostate.edu!adamsd From: adamsd@handel.colostate.edu (daniel joseph adams) Newsgroups: comp.lang.pascal Subject: A question concerning external files..... Summary: user input of external file name Message-ID: <1436@ccncsu.ColoState.EDU> Date: 17 Mar 89 04:31:44 GMT Sender: news@ccncsu.ColoState.EDU Reply-To: adamsd@handel.colostate.edu.UUCP (daniel joseph adams) Distribution: usa Organization: Colorado State University, Ft. Collins CO 80523 Lines: 9 I have a question, is there an _easy_ way to allow the user to input there own name for an external file? Is there anyway to get around declaring the external file in the program parameters? I know I can use reset to 'connect' files, but how can I not declare the name of the file in the program parameters if I don't know what name the user is going to name his file?