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

  1. //
  2. // Module Name: AD_RECL.COD - Menu_Act = 11
  3. // Selectors  : Scope, For_Expr, While_Exp
  4. // Description: Recall Records marked for deletion.
  5. // Syntax     : RECALL [<scope>] [FOR <expL>] [WHILE <expL>]
  6. //
  7. lc_say='Recalling Records Marked for Deletion...'
  8. DO info_box WITH lc_say
  9. SET TALK ON
  10. //
  11. RECALL\
  12. {if !Scope && !For_Expr && !While_Exp then} &gc_scope. {endif}\
  13. {if Scope} {upper(Scope)} {endif}\
  14. {if For_Expr} FOR {For_Expr}{endif}\
  15. {if While_Exp} WHILE {While_Exp}{endif}\
  16.  
  17. SET TALK OFF
  18. //
  19. // EOP AD_RECL.COD
  20.  
  21.