2004-09-17 10:07 AM
2004-09-17 11:07 AM
2004-09-20 05:12 AM
2004-09-20 05:20 AM
Aussie wrote:Jane there appears to be some of the script missing from what you have pasted here. There should be lines starting with somethng like
pen cpn
x=str(a,6,2)
y=str(b,6,2)
area=str(a*b,6,2)
define style "MSD1" fontType, fontSize,orientation,0
set style "MSD1"
hotspot2 0,0
hotspot2 0,b
hotspot2 a,0
hotspot2 a,b
hotspot2 a/2,b/2
dd=-(fontSize/8)
if orientation=1 then
L=0
H=b
else
if orientation=2 then
L=a/2
H=b
Thanx again!
2004-09-20 05:36 AM
2004-09-20 06:29 AM