qck.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Importing a Text File
                                                 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.