home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a031 / template.exe / AD_CALL.COD < prev    next >
Encoding:
Text File  |  1992-03-10  |  339 b   |  12 lines

  1. //
  2. // Module Name: AD_CALL.COD - Menu_Act = 22
  3. // Selectors  : Bin_File, Bin_Parms
  4. // Description: to issue the dBASE CALL command
  5. // Syntax     : CALL <module name> [WITH <expc>/<memvar>]
  6. //
  7. *-- Desc:  Load/Call program - {Bin_File}
  8. LOAD {Bin_File}
  9. CALL {Bin_File}{if Bin_Parms} WITH "{Bin_Parms}"{endif}
  10. //
  11. // EOP AD_CALL.COD
  12.