<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'>Hi everyone<div><br></div><div>I am running a single srcipt and I find a error but I cant identify what is the problem, the script is showed below</div><div><br></div><div><div>n=1</div><div>m=0</div><div>while (n<50)</div><div> if (math_fmod(n,14)=0)</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>m=m+1*</div><div> endif</div><div> n=n+1</div><div> say n</div><div>endwhile</div></div><div><br></div><div>The error is founded in the line with *, (the * is abscent in the script)</div><div><br></div><div>Thanks in advance</div><div><br></div><div>Juan Pablo Sierra </div><div>Universidad de Antioquia</div>                                            </div></body>
</html>