Re: Currency Numbers
Re: Currency Numbers
- Subject: Re: Currency Numbers
- From: Yvan KOENIG <email@hidden>
- Date: Mon, 19 Jun 2006 19:49:18 +0200
Le 19 juin 2006, à 18:34, Adam Bell a écrit :
…
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:
This email sent to email@hidden