rounding numbers!!!!!!!!

 
how can i round numbers to 2 or 4 digits after the dot???????/
like 109.3456 to 109.35
or
1.234578 to 1.2346


thanks
 
try MathRound( price / Point) * Point

reagrds,
Hugh
 
You need to use the

NormalizeDouble() command.

Look it up in the dictionary thingy and it will be very clear.
Reason: