String formatting definitions and examples, Strings, Dates – Wasp Barcode WaspLabeler +2D User Manual User Manual
Page 133

129
Wasp Labeler User Manual
String Formatting
Character Definition
Additional Information and Examples
@
Character
placeholder
Display a character or a space. If there is a character in the string being formatted in
the position where the @ appears in the format string, display it; otherwise, display
a space in that position. Placeholders are filled from right to left unless there is an !
character in the format string.
&
Character
placeholder
Display a character or nothing. If there is a character in the string being formatted in
the position where the & appears in the format string, display it; otherwise, display
nothing in that position. Placeholders are filled from right to left unless there is an !
character in the format string.
<
Force lowercase All characters are displayed in lowercase format
>
Force uppercase All characters are displayed in uppercase format.
!
Force
placeholders to
fill from left to
right instead of
right to left
"ABC"
Literal String
Delimiter
Indicates that the enclosed characters should be copied to the result string
unchanged.