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

  1. //
  2. // Module Name: DD_DELE.COD- currently (selector name): Menu_Act = 10
  3. // Selectors used : Scope, For_Expr, While_Exp
  4. // Description: 
  5. // Syntax     : DELETE [<scope>] [FOR <condition>] [WHILE <condition>]
  6. //
  7. Delete Records
  8. {if Scope || For_Expr || While_Exp then}
  9. {endofpage();}
  10. Command Options:
  11. {  if Scope} SCOPE {upper(Scope)}{endif}\
  12. {  if For_Expr} FOR {For_Expr}{endif}\
  13. {  if While_Exp} WHILE {While_Exp}{endif}
  14. {endif}
  15. {endofpage();}
  16. // EOP DD_DELE.COD
  17.