MACROMEDIA DIRECTOR MX 2004-GETTING STARTED WITH DIRECTOR Instrukcja Użytkownika Strona 20

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 63
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 19
TEXTCRUNCHER XTRA HELP: METHODS AT A GLANCE
Method and arguments Purpose
TC_Register (registrationCodeString) Prevents the demo dialog from coming
up after purchase.
Search
FindFirst (sourceString, findString) Returns the integer character position
in sourceString of the first occurence
of findString.
FindNext (sourceString, findString) Returns the integer character position
in sourceString of the occurence of
findString after the current search
position.
FindPrevious (sourceString,
findString)
Returns the integer character position
in sourceString of the occurence of
findString before the current search
position.
FindAll (sourceString, findString) Returns a list of the starting character
positions of all occurrences of
findString in sourceString.
Character Position
GetWordOfCharPosition
(sourceString, characterNumber)
Returns the integer word number of
sourceString containing the specified
character position.
GetLineOfCharPosition (sourceString,
characterNumber)
Returns the integer line number of
sourceString containing the specified
character position.
GetItemOfCharPosition (sourceString,
characterNumber,
itemDelimiterASCIICod)
Returns the integer item number of
sourceString containing the specified
character position.
Online Help
20
Przeglądanie stron 19
1 2 ... 15 16 17 18 19 20 21 22 23 24 25 ... 62 63

Komentarze do niniejszej Instrukcji

Brak uwag