home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 November
/
pcwk_11_98B.iso
/
Lotus
/
ITALIAN
/
LOTUS026.DSK
/
FINDREPL.TPL
< prev
next >
Wrap
Text File
|
1997-02-18
|
529b
|
16 lines
.Type "Questo Φ un campione.[Enter]"
.Type "Questo Φ un altro campione."
.FindAndReplace.FindString = "campione"
.FindAndReplace.ReplaceString = "script campione"
.InitFindAndReplace True
REM 0 = Found, 4 = NotFound
If .Find = 0 Then Messagebox "╚ stato trovato il primo elemento.",, "Ignora"
REM Find the next instance
.Find
REM Replace the rest of the words
.ReplaceAll