Re: Convert Text to Variable Name
Re: Convert Text to Variable Name
- Subject: Re: Convert Text to Variable Name
- From: André Renault <email@hidden>
- Date: Fri, 14 Jan 2011 19:53:39 -0500
On 2011-01-14, at 7:49 PM, Matthew Smith <email@hidden> wrote:
On 15/01/2011, at 11:37 , Christopher Stone wrote: Well I thought I was reasonably clear in my first post but perhaps not. What I wanted was for you to return the value of varName starting with the text value "varName".
set theVariable to path to home folder set anotherVariable to "theVariable"
Now I want to return the value of theVariable starting with anotherVariable if it's possible.
The outcome on my machine should be: alias "Odin:Users:stone:"
I am having trouble understanding why you would want to do this. The closest I can come to understanding this in a programming context is the use of pointers. Another thought is you are trying to mimic a dictionary construct.
Can you explain why you need a variable to contain the name of another variable and be able to reference it through this indirect method?
I agree. Using a record may be more easy in this case. |
_______________________________________________
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