Upper Case and Lower Case Intelligent Text
- Last UpdatedNov 11, 2025
- 1 minute read
The %C, %c, %L, and %l codewords change the intelligent text to upper and lower case. The functionality works with other codewords and formatting operations. Characters that are non-modifiable, including UTF-8 characters, are ignored. The operation takes place when processing attributes, for example, Btext and Evitxt.
|
%C |
Uses the upper case style of the current font. |
|
%c |
Turns off the upper case style of the current font. |
|
%L |
Uses the lower case style of the current font. |
|
%l |
Turns off the lower case style of the current font. |
The following examples indicate the display of intelligent text on the drawing using upper case and lower case codewords:
ZONE_HVAC_AREA02-WORKSHOP needs updating URGENTLY
#NAME(C2:) needs updating URGENTLY
ZONE_HVAC_AREA02-WORKSHOP NEEDS UPDATING URGENTLY
%C #NAME(C2:) needs updating URGENTLY %c
zone_hvac_area02-workshop needs updating urgently
%L #NAME(C2:) needs updating URGENTLY %l
zone_hvac_area02-workshop NEEDS UPDATING URGENTLY
%C %L #NAME(C2:)%l needs updating URGENTLY %c
zone_hvac_area02-workshop NEEDS UPDATING URGENTLY
%C %L #NAME(C2:)%l needs updating %B URGENTLY %b %c