How to "do" this

Dar Scott dsc at swcp.com
Mon Feb 16 12:21:20 EST 2004


On Monday, February 16, 2004, at 09:22 AM, Björnke von Gierke wrote:

>   repeat with x = 1 to the number of (theO && "s") in stack theS

Is (theO && "s") intended to evaluate something like "fields"?  Then 
you have a typo.  You need & instead of &&.

I didn't realize that <objectType> could be an expression here.  There 
is so much I don't know about object detailed syntax.  Especially when 
it comes to runtime evaluation and quoted strings.

Dar Scott




More information about the use-livecode mailing list