Wasp WaspLabeler +2D Manual do Utilizador Página 133

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 205
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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 página 132
1 2 ... 128 129 130 131 132 133 134 135 136 137 138 ... 204 205

Comentários a estes Manuais

Sem comentários