home *** CD-ROM | disk | FTP | other *** search
- .Type "Esto es un ejemplo.[Intro]"
- .Type "Esto es otro ejemplo."
-
- .FindAndReplace.FindString = "ejemplo"
- .FindAndReplace.ReplaceString = "ejemplo de script"
- .InitFindAndReplace True
-
- REM 0 = Found, 4 = NotFound
- If .Find = 0 Then Messagebox "Se ha hallado el primer elemento.",, "Se omite"
-
- REM Find the next instance
- .Find
-
- REM Replace the rest of the words
- .ReplaceAll
-