home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 November
/
pcwk_11_98B.iso
/
Lotus
/
ENGLISH
/
LOTUS019.DSK
/
BASIC.TPL
< prev
next >
Wrap
Text File
|
1995-07-19
|
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