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

  1. REM copy selected text    
  2.     .Type("Testo di esempio da copiare")
  3.     .Type("[home][ShiftCtrlDown]")
  4.     
  5.     
  6.     .CopySelection
  7.     
  8. REM cut the selected text
  9. REM    .CutSelection
  10. REM paste the selected text
  11.     .Type("[CtrlDown]")    
  12.     .Paste