home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / VISUAL_B / FERRAMEN / QD_HELP / INCLUDE.QDH < prev    next >
Encoding:
Text File  |  1994-01-28  |  898 b   |  40 lines

  1. //
  2. // include command
  3. //
  4.  
  5. /topic INCLUDE_COMMAND
  6.  
  7.     /title The /include command
  8.     /keywords /include;commands
  9.     /browse commands,AUTO
  10.  
  11.     /defformat \sa150
  12.  
  13.     /para \fs40\b\i
  14.       The /include command
  15.     /endpara
  16.  
  17.     /para 
  18.       The /include command has the following syntax:
  19.     /endpara
  20.  
  21.     /para 
  22.       /text \b\f3,/include FILE-NAME
  23.     /endpara
  24.  
  25.     /para 
  26.       The include command is used to include files into a .QDH file.
  27.       The file to include is the only parameter on the line following
  28.       the include command.  Any file name is ok.  If the file can not
  29.       be found and does not have an extension then the FILENAME.QDH
  30.       will be tried.  If both fail an error is reported and the program
  31.       terminates.
  32.     /endpara
  33.  
  34.     /para 
  35.       /text \b,Example: \line
  36.       /text \b,/include filename.qdh
  37.     /endpara
  38.  
  39. /endtopic
  40.