home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1997 November
/
Pcwk1197.iso
/
LOTUS
/
Eng-ins
/
WORDPRO
/
BASIC.TPL
< prev
next >
Wrap
Text File
|
1995-07-18
|
224b
|
14 lines
REM copy selected text
.Type("Sample text to copy")
.Type("[home][ShiftCtrlDown]")
.CopySelection
REM cut the selected text
REM .CutSelection
REM paste the selected text
.Type("[CtrlDown]")
.Paste