home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 November
/
pcwk_11_98B.iso
/
Lotus
/
SPANISH
/
LOTUS027.DSK
/
FINDREPL.TPL
< prev
next >
Wrap
Text File
|
1997-02-06
|
403b
|
16 lines
.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