* delcheck.cmd 02/08/83 * if the current record is marked for deletion * then store message to variable for display IF * STORE 'Deleted' TO deleted ELSE STORE ' ' TO deleted ENDIF *