191.2.3
DISPLAY-TEXT / REGENERATE-TEXT
1.
Display the entries of all output text tables or of only one output text table, with output in list form (DISPLAY)
2.
Display the entries of all output text tables or of only one output text table, with output in position-oriented commands for regeneration (REGENERATE).
Procedure Overview
Command Code
Parameter
DISPLAY-TEXT
[TBL=<param>];
(1)
|REGENERATE-TEXT
[TBL=<param>];
(2)
Examples
1.
Displaying the ’Outdayc’ table.
TBL=OUTDAYC
Input:
DISPLAY-TEXT:TBL=OUTDAYC;
Output:
OUTPUT TEXTS FOR NAMES OF THE DAYS
SYMBOLIC NAME OUTPUT TEXT
1 MONDAY
2 TUESDAY
3 WEDNESDAY
4 THURSDAY
5 FRIDAY
6 SATURDAY
7 SUNDAY
2.
Regenerating the output text tables for the day names
TBL=OUTDAYC
Input:
REGENERATE-TEXT:TBL=OUTDAYC;
Output:
ADD-TEXT:OUTDAYC,1,"MONDAY ";
ADD-TEXT:OUTDAYC,1,"TUESDAY ";
ADD-TEXT:OUTDAYC,1,"WEDNESDAY ";
ADD-TEXT:OUTDAYC,1,"THURSDAY ";
ADD-TEXT:OUTDAYC,1,"FRIDAY ";
ADD-TEXT:OUTDAYC,1,"SATURDAY ";
ADD-TEXT:OUTDAYC,1,"SUNDAY ";
${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.