Re: choose from list bug??
Re: choose from list bug??
- Subject: Re: choose from list bug??
- From: Michelle Steiner <email@hidden>
- Date: Tue, 27 Mar 2007 12:16:56 -0700
On Mar 27, 2007, at 11:57 AM, Arnaud Nicolet wrote:
Is it an improper coercion?
Because I tried this script:
set i to 3
set i to i as integer --Also a not needed coercion.
get i
so what's the difference?
It's not the same.
Try these four 2-line scripts:
set a "this is a string"
a as string
set a "this is a string"
string a
set a to 3
a as integer
set a to 3
integer a
-- Michelle
--
The difference between running and jogging is an entry form.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden