Wasp WaspLabeler +2D Instrukcja Użytkownika Strona 133

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 205
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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.
Przeglądanie stron 132
1 2 ... 128 129 130 131 132 133 134 135 136 137 138 ... 204 205

Komentarze do niniejszej Instrukcji

Brak uwag