193.3.2
DELETE-TINFO
TINFO - data and Notepad - entries can be deleted from the hard disk.The command deletes one or several entries. For deleting a set there must be entered the entry number, and max. 10 TINFONR or max. 10 NOTIZNR can be chained.
The branch parameter DATTYPE determinates which kind of data set will be deleted.
•
Deleting TINFO - data:
The value T is to set for DATTYPE
The entry, which is to be deleted, is to be addressed by the TINFO Nr. Gaps in the table, which are caused by deleting of entries, will be closed. That means, that an entry with a new TINFO -Nr will be appended.
It is also possible to delete a range of entries from the TINFO - data table by providing
the starting and the end TINFONR’s.
•
Deleting of Notepad - entries:
The value N selects for DATTYPE
The entry, which is to deleted, is to be addressed by the NOTIZNR. Gaps in the table, which are caused by deleting of entries, will be closed. That means, that all numbers greater then the deleted NOTIZNR will be decremented . It is not possible to delete a range of entries from the Notepad table.
If an add command follows a delete process the new entry is assigned to the highest NOTIZNR.
•
Hint: The delete of notepad-entries changes the table numbers of the remaining data sets. Therefore it is advisable to display the entries before deleting the next entries to obtain an overview of its contents.
Procedure overview
Command code
Parameter
DELETE-TINFO
DATTYPE=T,TINFONR=<textstring>;
(1)
|DATTYPE=N,NOTIZNR=<number>;
(2)
Examples
1.
Delete the data set with the TINFONR 604P963
Input:
DEL-TINFO:T,"604P963";
2.
Delete two data sets by chaining their TINFONR
Input:
DEL-TINFO:T,"604P979"&"604P983";
3.
Delete a range of TINFO - table entries:
Input:
DEL-TINFO:T,“902PS79“&&“623PE89“;
4.
Delete the Notepad - entry with the NOTIZNR 2
Input:
DEL-TINFO:N,2;
5.
Delete three Notepad - entries by chaining their NOTIZNR
Input:
DEL-TINFO:N,3&10&17;
${DocTitle}
, ID:
${DocID}
©
02/2025
Mitel Networks Corporation. - All rights reserved.
Mitel and the Mitel logo are trademarks of Mitel Networks Corporation. Unify and associated marks are trademarks of Unify Software and Solutions GmbH&Co. KG.
All other trademarks herein are the property of their respective owners.