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

  1. REM copy selected text    
  2.     .Type("Texto de muestra para la copia")
  3.     .Type("[Inicio][May·sCtrlAbajo]")
  4.     
  5.     
  6.     .CopySelection
  7.     
  8. REM cut the selected text
  9. REM    .CutSelection
  10. REM paste the selected text
  11.     .Type("[CtrlAbajo]")    
  12.     .Paste
  13.  
  14.