home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 October / CHIP_CD_1997_10_PL.iso / SOFTWARE / TESTSOFT / LOTUS / WORDPRO / BASIC.TPL < prev    next >
Encoding:
Text File  |  1995-07-18  |  224 b   |  14 lines

  1. REM copy selected text    
  2.     .Type("Sample text to copy")
  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.