The passed handlers are perfect with systems using the period as
decimal separator.
In France we use the comma as decimal separator so,
set the rounding_value to "005"
set the rounding_value to ("." & the rounding_value) as number
fails with this kind of message:
"can't set .005 as number"
we must code:
set the rounding_value to "005"
set the rounding_value to ("," & the rounding_value) as number
and the result is : 0.005 (yes, with a period !!!)
Yvan KOENIG
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/applescript-users/email@hidden