MACROMEDIA DIRECTOR MX 2004-GETTING STARTED WITH DIRECTOR Bedienungsanleitung Seite 22

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 63
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 21
Case
ToUpperCase (sourceString) Converts characters with upper case
counterparts in sourceString to upper
case. Leaves other characters
unchanged. Returns the modified
string. (deprecated in D11)
ToLowerCase (sourceString) Converts characters with lower case
counterparts in sourceString to lower
case. Leaves other characters
unchanged. Returns the modified
string. (deprecated in D11)
Formatting
HardWrapText (sourceString,
charsPerLine)
Limits the length of each line to the
specified characters per line. Returns
the modified string.
HardCenterText (sourceString,
charsPerLine)
Limits the length of each line to the
specified characters per line. Centers
the text of each line by padding it with
spaces on either end. Returns the
modified string.
HardAlignTextRight (sourceString,
charsPerLine)
Limits the length of each line to the
specified characters per line.
Right-justifies the text of each line by
padding it with spaces on the left.
Returns the modified string.
URL Encoding
TC_URLEncode (sourceString) Hex-encodes some punctuation and
characters above ASCII 127 to the
web standard Latin-1 character set.
Returns the modified string.
(deprecated in D11)
TC_URLDecode (sourceString) Decodes URL-encoded text. Returns
the modified string. (deprecated in
D11)
Online Help
22
Seitenansicht 21
1 2 ... 17 18 19 20 21 22 23 24 25 26 27 ... 62 63

Kommentare zu diesen Handbüchern

Keine Kommentare