|
-
Oct 20th, 2002, 03:14 AM
#1
Thread Starter
Hyperactive Member
Currency Format?
Hello Everyone:
I am using the following code in a Frontpage Website running HTML.
<body>
<% = Format( curNew, "Currency" ) %><BR>
<p><select size="1" name="cboItem" onchange=lblCost.value=lblCost.value="$"+cboItem.value;curNew=lblQty.value*cboItem.value;lblLtotal.v alue=curNew; tabindex="1">
The first line is suppose to make curNew a Currency Format, But I keep getting weird numbers, I.E. 14.9999999999999 instead of $14.99!
Any Ideas?
Thanks
Art W.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|