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

  • 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 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
Vue de la page 32
1 2 ... 28 29 30 31 32 33 34 35 36 37 38 ... 62 63

Commentaires sur ces manuels

Pas de commentaire