Re: log command problem?
Re: log command problem?
- Subject: Re: log command problem?
- From: Shane Stanley <email@hidden>
- Date: Fri, 07 Jan 2011 16:47:39 +1100
- Thread-topic: log command problem?
On 7/1/11 4:22 PM, "Dave" <email@hidden> wrote:
> set startHour to startComponent's hour() as integer
> set endHour to endComponent's hour() as integer
> log "GMT startHour " & startHour & ", endHour " & endHour
So does using this make any difference?
set startHour to startComponent's hour() as integer
set endHour to endComponent's hour() as integer
log ("GMT startHour " & startHour & ", endHour " & endHour)
I'm a bit nervous about relying on automatic coercions in a log command
without forcing evaluation.
--
Shane Stanley <email@hidden>
'AppleScriptObjC Explored' <www.macosxautomation.com/applescript/apps/>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
applescriptobjc-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden