home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Shopper 135
/
dpcs0599.iso
/
LOTUS
/
WORDPRO
/
BASIC.TPL
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-07-19
|
224 b
|
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