home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1997 February
/
PCWK0297.iso
/
lotus
/
english
/
lotus031.dsk
/
BASIC.LSS
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