<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hello<div><br></div><div>I am writing a script and I want to extract the maximum value of a variable and save it like a single number in a single variable</div><div>the code is showed below:</div><div><br></div><div>'mmax=max(max('var', lat=-15, lat=20), lon=-90, lon=0)'</div><div>'mmin=min(min('var', lat=-15, lat=20), lon=-90, lon=0)'</div><div>dif=mmax-mmin</div><div><br></div><div>the "dif" variable have an error, it says: Non numeric &nbsp;args ti numeric operation</div><div><br></div><div>I have tried defining the variables mmax and mmin but it doesnt work, what can I do?</div><div><br></div><div>Than you very much in advance&nbsp;</div><div><br></div><div>Juan</div>                                               </div></body>
</html>