MACROMEDIA DIRECTOR MX 2004-GETTING STARTED WITH DIRECTOR Manuale Utente Pagina 22

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 63
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 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
Vedere la pagina 21
1 2 ... 17 18 19 20 21 22 23 24 25 26 27 ... 62 63

Commenti su questo manuale

Nessun commento