I am puzzled... I"m dealing with numbers to 12 decimal places, so when doing
maths on them I nedd to set the number format first to deal with this level
of accuracy - fine, except I can"t figure it - sometimes it is working and
sometimes not :(

Here is my test script:

on mouseDoubleUp
   set the numberformat to "#.000000000000"
   put 0.006911491563 into projectedWidth
   put -1.000000000000 * projectedWidth
end mouseDoubleUp

When I pasted this on a new stacks card script and doule click I get:

 -0.006911

When I paste the 3 lines of the handler into the message box - I get what i
would expect:

 -0.006911491563

Why???
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to