On 29/11/2007, at 10:50 AM, Jean-Baptiste LE STANG wrote: On Nov 28, 2007, at 10:01 PM, Christopher Nebel wrote:
There are even some constants to make the math easier.
set minutes to 10 10 * minutes --> 100
I guess they are not really constants :D
No, they're properties. Set them to whatever you like :-/
application n [see also Standard Suite] : specifies global properties of AppleScript properties result anything : the last result of evaluation space character : a space character return character : a return character tab character : a tab character quote character : a quote character minutes integer : the number of seconds in a minute hours integer : the number of seconds in an hour days integer : the number of seconds in a day weeks integer : the number of seconds in a week pi real : the constant pi print length integer : the maximum length to print print depth integer : the maximum depth to print text item delimiters list : the text item delimiters of a string AppleScript script : the top-level script object
|