MACROMEDIA DIRECTOR MX 2004-GETTING STARTED WITH DIRECTOR Manuel d'utilisateur Page 21

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 63
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 20
Replace
ReplaceFirst (sourceString,
replaceString, findString)
Replaces the first occurrence of
findString found in sourceString with
replaceString. Returns the modified
sourceString.
ReplaceNext (sourceString,
replaceString, findString)
Replaces the occurrence of findString
found in sourceString on or after the
current search position with
replaceString. Returns the modified
sourceString.
ReplaceAll (sourceString,
replaceString, findString)
Replaces all occurrences of findString
found in sourceString with
replaceString. Returns the modified
sourceString.
Search/Replace Properties
SetPosition (characterNumber) Sets the integer character position in
the string from where the next find or
replace will start. Affects FindNext,
FindPrevious and ReplaceNext.
GetPosition ( ) Returns the integer character position
from which the next find or replace
will start. Affects FindNext,
FindPrevious and ReplaceNext.
SetCaseSensitivity (boolean) Determines whether the found string
must match the case of the search
string. (deprecated in D11)
Indexing
GetListOfWords (sourceString) Returns a list of character chunks
delimited by white space.
GetListOfLines (sourceString) Returns a list of lines delimited by
either CR only (Mac) or CR/LF (PC)
GetListOfItems (sourceString,
itemDelimiterASCIICode)
Returns a list of items delimited by the
itemDelimiter specified.
Online Help
21
Vue de la page 20
1 2 ... 16 17 18 19 20 21 22 23 24 25 26 ... 62 63

Commentaires sur ces manuels

Pas de commentaire