◄Contents► ◄Index► ◄Back► ────────────────────────────────────────────────────────────────────────────── Importing a Text File ■ You can import a text file containing code into the current project and use it in your application. ■ To import a text file into a loaded form or code module from within the programming environment: 1. Select the destination form or code module to which you want to import the text file 2. From the File menu, choose Load Text 3. From the Files list box, select the file to import 4. Press Enter or choose Replace to replace all code in the target form or code module with the text from the selected file or choose Merge to add the text to the target form or code module without replacing its contents.