home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 November
/
pcwk_11_98B.iso
/
Lotus
/
ITALIAN
/
LOTUS026.DSK
/
BASIC.TPL
< prev
next >
Wrap
Text File
|
1997-02-17
|
228b
|
12 lines
REM copy selected text
.Type("Testo di esempio da copiare")
.Type("[home][ShiftCtrlDown]")
.CopySelection
REM cut the selected text
REM .CutSelection
REM paste the selected text
.Type("[CtrlDown]")
.Paste