Macro: DELETE_DB

Module location: FMAC line 8796 (view source)

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Command: DELETE_DB fileNumber | logicalNameString {IGNORE_ERRORS} Description: Deletes a dGatafile. If IGNORE_ERRORS is passed, all errors are suppressed. This should be used when deleting a file that may or may not exist. Parameters: fileNumber: Number of file to delete. File can be open but does not have to be logicalNameString: String containing the logical name of the file to delete. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

  #IFSAME !2 IGNORE_ERRORS
    !A [] $0e2 !1 |CI1
  #ELSE
    !A [] $0e2 !1 |CI0
  #ENDIF