Message: 3 Date: Sun, 16 Oct 2005 13:49:08 -0700 Subject: Re: Days and hours
On Oct 16, 2005, at 12:54 PM, Bernard AZANCOT wrote:
I would like to know how to calculate the number of work hours to pay to a person working for me, in a given month, knowing that each
Monday -> 2,5 h. Tuesday -> 2,5 h. Wednesday -> 2 h. Friday
This should do it.
set hrs to 0 set working_month to current date set mon to (choose from list {January, February, March, April, May, June, July, August, September, October, November, December} with title "Employment month" with prompt "Enter the month for which you wish to compute hours worked." default items {month of working_month}) try...
I would like to know how could I translate this list in a french user friendly list and make the script function without issue.
{Janvier, Fevrier, Mars, Avril, Mai, Juin, Juillet, Aout, Septembre, Octobre, Novembre, Decembre}
Thanks in advance. BA |