<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
I have it like that, just thought there could be another way.<br>
<span class="moz-smiley-s11"><span> 8-) </span></span><br>
<br>
Jorge Godoy wrote:
<blockquote cite="mid87zmoga7oy.fsf@jupiter.g2ctech" type="cite">
  <pre wrap="">Johan Geldenhuys <a class="moz-txt-link-rfc2396E" href="mailto:johan@accesstel.co.za">&lt;johan@accesstel.co.za&gt;</a> writes:

  </pre>
  <blockquote type="cite">
    <pre wrap="">What is the syntax if I want to work out what percentage 42 is out of 250?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
If you want it as a factor to multiply / divide by something:

perc = 42/250

If you want it to "read" as percentage:

perc_100 = (42/250)*100


Sds,
  </pre>
</blockquote>
</body>
</html>