home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 November
/
pcwk_11_98B.iso
/
Lotus
/
GERMAN
/
LOTUS027.DSK
/
BASIC.TPL
next >
Wrap
Text File
|
1995-08-05
|
232b
|
14 lines
REM copy selected text
.Type("Zu kopierender Beispieltext")
.Type("[home][ShiftCtrlDown]")
.CopySelection
REM cut the selected text
REM .CutSelection
REM paste the selected text
.Type("[CtrlDown]")
.Paste