<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 12 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:"Nimbus Roman No9 L";}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Nimbus Roman No9 L";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph
        {mso-style-priority:34;
        margin-top:0in;
        margin-right:0in;
        margin-bottom:0in;
        margin-left:.5in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Nimbus Roman No9 L";}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
/* List Definitions */
@list l0
        {mso-list-id:1592079632;
        mso-list-type:hybrid;
        mso-list-template-ids:2128372584 67698705 67698713 67698715 67698703 67698713 67698715 67698703 67698713 67698715;}
@list l0:level1
        {mso-level-text:"%1\)";
        mso-level-tab-stop:none;
        mso-level-number-position:left;
        text-indent:-.25in;}
@list l0:level2
        {mso-level-tab-stop:1.0in;
        mso-level-number-position:left;
        text-indent:-.25in;}
@list l0:level3
        {mso-level-tab-stop:1.5in;
        mso-level-number-position:left;
        text-indent:-.25in;}
@list l0:level4
        {mso-level-tab-stop:2.0in;
        mso-level-number-position:left;
        text-indent:-.25in;}
@list l0:level5
        {mso-level-tab-stop:2.5in;
        mso-level-number-position:left;
        text-indent:-.25in;}
@list l0:level6
        {mso-level-tab-stop:3.0in;
        mso-level-number-position:left;
        text-indent:-.25in;}
@list l0:level7
        {mso-level-tab-stop:3.5in;
        mso-level-number-position:left;
        text-indent:-.25in;}
@list l0:level8
        {mso-level-tab-stop:4.0in;
        mso-level-number-position:left;
        text-indent:-.25in;}
@list l0:level9
        {mso-level-tab-stop:4.5in;
        mso-level-number-position:left;
        text-indent:-.25in;}
ol
        {margin-bottom:0in;}
ul
        {margin-bottom:0in;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal>I have tried to avoid the page (X,Y) boundary markings by using the attached script but the marks always appears. The IF STATEMENT&nbsp; does not appear to do the trick; how do I make sure that the marks at the boundaries do not appear but only the interior marks appear?<o:p></o:p></p><p class=MsoNormal>For instance,<o:p></o:p></p><p class=MsoListParagraph style='text-indent:-.25in;mso-list:l0 level1 lfo1'><![if !supportLists]><span style='mso-list:Ignore'>1)<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><![endif]>if('bcx'!='xx1'| 'bcx'!='xx2' | 'bcy'!='yy1' | 'bcy'!='yy2')<o:p></o:p></p><p class=MsoNormal>'draw mark 4 'bcx' 'bcy' .1'<o:p></o:p></p><p class=MsoNormal>else <o:p></o:p></p><p class=MsoNormal>'draw mark 0 'bcx' 'bcy' .1'<o:p></o:p></p><p class=MsoNormal>Endif &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<o:p></o:p></p><p class=MsoNormal>RESULT IN MARKINGS ANYWAY,<o:p></o:p></p><p class=MsoListParagraph><o:p>&nbsp;</o:p></p><p class=MsoListParagraph><o:p>&nbsp;</o:p></p><p class=MsoNormal style='margin-left:.25in'>2)if('bcx'='xx1'| 'bcx'='xx2' | 'bcy'='yy1' | 'bcy'='yy2')<o:p></o:p></p><p class=MsoNormal>'draw mark 0 'bcx' 'bcy' .1'<o:p></o:p></p><p class=MsoNormal>else <o:p></o:p></p><p class=MsoNormal>'draw mark 4 'bcx' 'bcy' .1'<o:p></o:p></p><p class=MsoNormal>Endif &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<o:p></o:p></p><p class=MsoNormal>STILL RESULT IN THE MARKINGS, AND<o:p></o:p></p><p class=MsoNormal>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <o:p></o:p></p><p class=MsoNormal style='margin-left:.25in'>&nbsp;3) if('bcx'&gt;'xx1'| 'bcx'&lt;'xx2' | 'bcy'&gt;'yy1' | 'bcy'&lt;'yy2')<o:p></o:p></p><p class=MsoNormal>'draw mark 4 'bcx' 'bcy' .1'<o:p></o:p></p><p class=MsoNormal>Endif<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>MARKINGS STILL AT THE BOUNDARIES.<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>NOTE: For testing choose boundary points like BCX=XX1,BCY=YY1 or BCX=XX1,BCY=YY2 or BCX=XX2, BCY=YY1, or BCX=XX2, BCY=YY2, and<o:p></o:p></p><p class=MsoNormal>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; interior points like BCX=2.0 and BCY=5.0, and BCX=5.5 and BCY=6.8.<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>***************************************************************************************************************<o:p></o:p></p><p class=MsoNormal>*Marking.gs<o:p></o:p></p><p class=MsoNormal>******************************************************************************************************************<o:p></o:p></p><p class=MsoNormal>'reinit'<o:p></o:p></p><p class=MsoNormal>'open e.t00z.ctl'<o:p></o:p></p><p class=MsoNormal>lat1=-60 ; lat2=0<o:p></o:p></p><p class=MsoNormal>lon1=-30 ; lon2=60<o:p></o:p></p><p class=MsoNormal>'set lat 'lat1' 'lat2<o:p></o:p></p><p class=MsoNormal>'set lon 'lon1' 'lon2<o:p></o:p></p><p class=MsoNormal>'set t 2'<o:p></o:p></p><p class=MsoNormal>'set gxout shaded'<o:p></o:p></p><p class=MsoNormal>'d apcp'<o:p></o:p></p><p class=MsoNormal>'cbarn'<o:p></o:p></p><p class=MsoNormal>*********************************************************<o:p></o:p></p><p class=MsoNormal>* Page boundaries<o:p></o:p></p><p class=MsoNormal>********************************************************<o:p></o:p></p><p class=MsoNormal>'q gxinfo'<o:p></o:p></p><p class=MsoNormal>rec1=sublin(result,3)<o:p></o:p></p><p class=MsoNormal>xx1=subwrd(rec1,4)<o:p></o:p></p><p class=MsoNormal>say 'xx1 is 'xx1<o:p></o:p></p><p class=MsoNormal>xx2=subwrd(rec1,6)<o:p></o:p></p><p class=MsoNormal>say 'xx2 is 'xx2<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>rec2=sublin(result,4)<o:p></o:p></p><p class=MsoNormal>yy1=subwrd(rec2,4)<o:p></o:p></p><p class=MsoNormal>say 'yy1 is 'yy1<o:p></o:p></p><p class=MsoNormal>yy2=subwrd(rec2,6)<o:p></o:p></p><p class=MsoNormal>say 'yy2 is 'yy2<o:p></o:p></p><p class=MsoNormal>*************************************************************<o:p></o:p></p><p class=MsoNormal>prompt &quot;Enter bcx:&nbsp; &quot;<o:p></o:p></p><p class=MsoNormal>pull bcx <o:p></o:p></p><p class=MsoNormal>say 'bcx is 'bcx<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>prompt &quot;Enter bcy:&nbsp; &quot;<o:p></o:p></p><p class=MsoNormal>pull bcy<o:p></o:p></p><p class=MsoNormal>say 'bcy is 'bcy<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>if('bcx'!='xx1'| 'bcx'!='xx2' | 'bcy'!='yy1' | 'bcy'!='yy2')<o:p></o:p></p><p class=MsoNormal>'draw mark 4 'bcx' 'bcy' .1'<o:p></o:p></p><p class=MsoNormal>else <o:p></o:p></p><p class=MsoNormal>'draw mark 0 'bcx' 'bcy' .1'<o:p></o:p></p><p class=MsoNormal>endif<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>'set lat 'lat1' 'lat2<o:p></o:p></p><p class=MsoNormal>'set lon 'lon1' 'lon2<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>'printim xx.gif gif -x1400 -y1200 white'<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>'quit'<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>Regards<o:p></o:p></p><p class=MsoNormal>Morwakoma M Matabane<o:p></o:p></p><p class=MsoNormal>Scientist ( South African Weather Service)<o:p></o:p></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif"'><o:p>&nbsp;</o:p></span></p></div>This e-mail is subject to the South African Weather Service e-mail legal notice, to view please visit:
http://www.weathersa.co.za/legal/email.asp
-

</body></html>