home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 5 Edit
/
05-Edit.zip
/
epm603b.zip
/
EPMSMP.ZIP
/
TOFSTYLE.E
< prev
next >
Wrap
Text File
|
1995-01-16
|
510b
|
18 lines
; A command to set the style of the Top-of-File and Bottom-of-File lines.
; For EPM 6 only.
include 'stdconst.e'
defmain
'tof_style' arg(1)
defc tofstyle, tof_style =
if not isnum(arg(1)) then
sayerror '1 = Text; 2 = Background; 3 = Ragged corner; 4 = Smaller ragged corner'
else
call windowmessage(0, getpminfo(EPMINFO_EDITCLIENT),
5506, -- EPM_EDIT_SETTOFSTYLE
arg(1),
0)
endif