Indirect Reference

Chipp Walters chipp at chipp.com
Mon Mar 8 03:19:44 EST 2004


Jim,

Is what you are trying to create is the script:

get the actionStepDueDate of group theGroup
put getTheDate(field it) into field it

???

So why do you need the quotestuff?

Jim Carwardine wrote:

> Im having trouble with something that should be very simple to do.  Maybe
> someone can tell me what Im missing...
> 
> Im building a reference to a specific field in a nested group in a
> scrolling group:
> 
>     get quote & "actionStepDueDate" & quote & " of group " & quote &
> theGroup & quote
>     put getTheDate(field it) into field it
> 
> When I execute this statement, it contains... actionStepDueDate of group
> actionStep1
> 
> Im getting an error  no such object when I execute the second statement
> and I dont see what Im doing wrong... Jim


More information about the use-livecode mailing list