home *** CD-ROM | disk | FTP | other *** search
- //
- // Module Name: AD_CALL.COD - Menu_Act = 22
- // Selectors : Bin_File, Bin_Parms
- // Description: to issue the dBASE CALL command
- // Syntax : CALL <module name> [WITH <expc>/<memvar>]
- //
- *-- Desc: Load/Call program - {Bin_File}
- LOAD {Bin_File}
- CALL {Bin_File}{if Bin_Parms} WITH "{Bin_Parms}"{endif}
- //
- // EOP AD_CALL.COD
-