home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 November / pcwk_11_98B.iso / Lotus / ITALIAN / LOTUS026.DSK / FINDREPL.TPL < prev    next >
Text File  |  1997-02-18  |  529b  |  16 lines

  1.         .Type "Questo Φ un campione.[Enter]"
  2.         .Type "Questo Φ un altro campione."
  3.         
  4.         .FindAndReplace.FindString = "campione"
  5.         .FindAndReplace.ReplaceString = "script campione"
  6.         .InitFindAndReplace True
  7.         
  8.         REM 0 = Found, 4 = NotFound     
  9.         If .Find = 0 Then Messagebox "╚ stato trovato il primo elemento.",, "Ignora"
  10.         
  11.         REM Find the next instance      
  12.         .Find
  13.         
  14.         REM Replace the rest of the words       
  15.         .ReplaceAll
  16.