home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 November
/
pcwk_11_98B.iso
/
Lotus
/
GERMAN
/
LOTUS027.DSK
/
FINDREPL.TPL
< prev
next >
Wrap
Text File
|
1997-02-04
|
417b
|
16 lines
.Type "Dies ist ein Beispiel.[Eingabetaste]"
.Type "Dies ist ein weiteres Beispiel."
.FindAndReplace.FindString = "Beispiel"
.FindAndReplace.ReplaceString = "Script-Beispiel"
.InitFindAndReplace True
REM 0 = Found, 4 = NotFound
If .Find = 0 Then Messagebox "Erstes Element gefunden.",, "â–„berspringen"
REM Find the next instance
.Find
REM Replace the rest of the words
.ReplaceAll