MACROMEDIA DIRECTOR MX 2004-GETTING STARTED WITH DIRECTOR Bedienungsanleitung Seite 59

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 63
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 58
- Lingo treats the character numToChar(0) as end of string. If you read a string in
from an outside source containing numToChar(0) Lingo will truncate the string at
that point. TextCruncher will not be able to operate on such a string correctly, nor
will Lingo. Normal text files do not contain character 0.
set astring = "cat" & " " & numtochar(0) & "dog"
put astring
-- "cat "
put length(astring)
-- 8
- TextCruncher does not work with double-byte character sets on Director MX2004
and earlier. Also, some TextCruncher commands such as ToUpperCase,
ToLowerCase,URLEncode and URLDecode were designed to work with the
Latin-1 character set and will not work with other 8-bit character sets.
- Certain versions of Director cannot display more than 32K of text in the Message
Window at a time. During development, put results from TextCruncher functions
into rich text members rather than the Message Window to examine them, or put
them into global variables and use chunk commands like "put line 5 of myGlobal"
to examine smaller sections.
- If EasyBase Xtra is present in the Xtras folder and TextCruncher Xtra is added to
the folder, EasyBase Xtra will prevent TextCruncher Xtra from loading and
Director will display a "Duplicate Xtra" dialog. Workaround is to temporarily
remove EasyBase Xtra and restart Director. Then add EasyBase Xtra and start
Director again. At this point both xtras can load but the bogus "Duplicate Xtra"
dialog will still appear.
Online Help
59
Seitenansicht 58
1 2 ... 54 55 56 57 58 59 60 61 62 63

Kommentare zu diesen Handbüchern

Keine Kommentare