Wasp WaspLabeler +2D Manual de usuario Pagina 133

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 205
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 132
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.
Vista de pagina 132
1 2 ... 128 129 130 131 132 133 134 135 136 137 138 ... 204 205

Comentarios a estos manuales

Sin comentarios