home *** CD-ROM | disk | FTP | other *** search
/ DOS Wares / doswares.zip / doswares / DATABASE / DBASE5 / TEMPLATE.ZIP / AD_CALL.COD < prev    next >
Encoding:
Text File  |  1994-06-24  |  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.