Value List
Value List
- Subject: Value List
- From: "Tom Chen" <email@hidden>
- Date: Fri, 25 Apr 2008 16:43:24 -0700
Hi,
I've read through the O'Reilly (Matt Neuburg) Applescript book. I've
also surfed the web for my question, but haven't found anything
useful.
My question is whether it is possible to obtain a list of values for a
variable? For example, MS's Office Powerpoint dictionary has a
property of a shape class called "shape style". This shape style can
take on the values of an enumeration of constants (line preset1, line
preset2, ...), however, I cannot find a way to obtain a list of all
these constants. I have tried variations of:
get shape style of shape 3 of slide 1 of active presentation
get properties of shape style of shape 3 of slide 1 of active presentation
get value of shape style of shape 3 of slide 1 of active presentation
(I have tried inserting the keyword "every" into such formulations
above, but they result in syntax errors.)
Does anyone have any insight on how to do this -- and if it is even
possible? I have also looked into doing a second-level evaluation, but
it doesn't appear relevant here.
Thanks,
--Thomas
_______________________________________________
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