MACROMEDIA DIRECTOR MX 2004-GETTING STARTED WITH DIRECTOR Manual de usuario Pagina 33

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 63
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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
Vista de pagina 32
1 2 ... 28 29 30 31 32 33 34 35 36 37 38 ... 62 63

Comentarios a estos manuales

Sin comentarios