home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 November / pcwk_11_98B.iso / Lotus / GERMAN / LOTUS027.DSK / BASIC.TPL next >
Text File  |  1995-08-05  |  232b  |  14 lines

  1. REM copy selected text    
  2.     .Type("Zu kopierender Beispieltext")
  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
  13.  
  14.