home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 October A
/
Pcwk10a98.iso
/
Lotus
/
LOTUS
/
WORDPRO
/
TYPETEXT.TPL
< prev
next >
Wrap
Text File
|
1995-07-28
|
317b
|
12 lines
' The .Type command is a shortcut to type text into the document
.Type("Hello World.")
.Type("[Enter] Line 1 [Enter]")
.Type("[CtrlHome][ShiftCtrlEnd]")
.Text.Font.Bold = True
.Type("[CtrlEnd]")
' Or
' access the .Text object at the current location
.Text.InsertText("Hello")
.Text.InsertText("World")