Simple calculation
Simple calculation
- Subject: Simple calculation
- From: Rob Stott <email@hidden>
- Date: Fri, 25 Jan 2002 12:08:19 +0000
- Wheresrob: AtWork
Heeeelp!
Part of my script involves multiplying two figures using the simple lines;
set theCost to "#" & (327.75 * 50)
...I get the result 1.63875E+4 which is all well and good but the script
forwards the figure to our accountant who is foxed by figures that aren't in
the format #16387.50
Is there a way to do this? (Short of getting a smarter accountant...)
Cheers
Rob