MACROMEDIA DIRECTOR MX 2004-GETTING STARTED WITH DIRECTOR Uživatelský manuál Strana 22

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 63
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 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
Zobrazit stránku 21
1 2 ... 17 18 19 20 21 22 23 24 25 26 27 ... 62 63

Komentáře k této Příručce

Žádné komentáře