• 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: dictionary collision
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: dictionary collision


  • Subject: Re: dictionary collision
  • From: Nigel Garvey <email@hidden>
  • Date: Thu, 02 Jun 2011 18:39:31 +0100

Axel Luttgens wrote on Wed, 01 Jun 2011 19:06:56 +0200:

>Le 1 juin 2011 à 17:23, David Jacopille a écrit :

>> Unfortunately the command is buried deep inside the tell Illustrator
>statement and I don't want to back out for that.  It would be annoying to
>create a handler just for this problem.
>>
>> Is there a way to explicitly clarify what dictionary to use to interpret
>a function name like "round"?  Something like
>>
>> set r to (using scripting additions round (counter) / 2)
>
>Ron already suggested:
>
>	tell me to set r to round counter / 2
>
>You could also try:
>
>	tell current application to set r to round counter / 2

Or even:

  set r to (counter / 2) as integer

NG

 _______________________________________________
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

  • Prev by Date: adding an email alarm to an ical event
  • Next by Date: afplay
  • Previous by thread: Re: dictionary collision
  • Next by thread: Key/value pair arrays
  • Index(es):
    • Date
    • Thread