MACROMEDIA DIRECTOR MX 2004-GETTING STARTED WITH DIRECTOR Manual do Utilizador Página 22

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 63
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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
Vista de página 21
1 2 ... 17 18 19 20 21 22 23 24 25 26 27 ... 62 63

Comentários a estes Manuais

Sem comentários