• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Currency Numbers
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: Currency Numbers
      • From: kai <email@hidden>
References: 
 >Currency Numbers (From: David Bradley <email@hidden>)
 >Re: Currency Numbers (From: Wayne Melrose <email@hidden>)
 >Re: Currency Numbers (From: Adam Bell <email@hidden>)

  • Prev by Date: Re: Currency Numbers
  • Next by Date: Re: Currency Numbers
  • Previous by thread: Re: Currency Numbers
  • Next by thread: Re: Currency Numbers
  • Index(es):
    • Date
    • Thread