<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META content="MSHTML 5.50.4522.1800" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face="Courier New" color=#0000ff size=2>Q U I Z
(PowerHouse 8.49.C)<BR>Copyright 2003 COGNOS INCORPORATED<BR>Norbord
Ind.</FONT></DIV>
<DIV><FONT face="Courier New"></FONT> </DIV>
<DIV><FONT face="Courier New" color=#0000ff size=2>> define d-a int*12 =
10^9<BR>> define d-b int*12 = 252856<BR>> <BR>> define d-x char*12
&<BR>> = ascii(round(d-a / d-b),10)[1:1] + "."
&<BR>> + ascii(round(d-a / d-b),10)[2:9]<BR>> <BR>>
report all<BR>> go</FONT></DIV>
<DIV><FONT face="Courier New" color=#0000ff size=2></FONT> </DIV><FONT
face=Arial color=#0000ff size=2>
<DIV><BR><FONT
face="Courier New">06/04/07
Norbord Industries
Inc.
PAGE 1</FONT></DIV>
<DIV><FONT face="Courier New"></FONT> </DIV>
<DIV><FONT face="Courier New">
D-A
D-B D-X</FONT></DIV>
<DIV><FONT face="Courier New"></FONT> </DIV>
<DIV><FONT face="Courier New">
1000000000 252856
0.000003955</FONT></DIV>
<DIV><FONT face="Courier New"></FONT> </DIV>
<DIV></FONT> </DIV>
<DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma
size=2>-----Original Message-----<BR><B>From:</B> Wayne Dunlop
[mailto:wayne.dunlop@gmail.com]<BR><B>Sent:</B> Friday, April 07, 2006 12:01
PM<BR><B>To:</B> powerh-l@lists.sowder.com<BR><B>Subject:</B> Need output in
ascii item with 9 digits after the decimal point<BR><BR></FONT></DIV>Hi,<BR>I
have a division to do in Quiz<BR>and I would like to know to know the simplest
and most accurate way<BR>to get the output in ascii with 9 digits after the
decimal point<BR>as in the example below :<BR><BR>a = 1<BR>b =
252856<BR><BR>Dividing a by b<BR>I get 0.000003955<BR>I need that
0.000003955 in an ascii defined item.<BR><BR>Any help
appreciated.<BR>TIA<BR><BR>Wayne </BODY></HTML>