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

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 63
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 32
--
set y = new(xtra "fileio")
set theFilePath = displayOpen(y)
if theFilePath <> "" then
openFile(y,theFilePath,1)
set temp = readFile(y)
delete(y)
closeFile(y)
set PCending = RETURN & numToChar(10)
set MacEnding = RETURN
if convertToWhichType = "PC" then
set temp = ReplaceAll(temp,PCending,MacEnding)
else
set temp = ReplaceAll(temp,MacEnding,PCending)
end if
createFile(y,theFilePath)
openFile(y,theFilePath,2)
writeString(y,temp)
closeFile(y)
end if
end
SEARCH/REPLACE PROPERTIES
The following properties affect the operation of the Find and Replace commands.
Online Help
33
Przeglądanie stron 32
1 2 ... 28 29 30 31 32 33 34 35 36 37 38 ... 62 63

Komentarze do niniejszej Instrukcji

Brak uwag