Controls of Stack

Monte Goulding monte at sweattechnologies.com
Fri Nov 22 01:43:00 EST 2002


> 
> set the wholeMatches to true
> repeat with i = 1 to the number of controls
>   put the long ID of control i into tLongID
>   if (word 1 of tLongID is "group") or \
>      (word 5 of tLongID is "group") then
>     if lineOffset(tLongID, tKnownGroupItems) > 0 then
>       next repeat
>     else
>       put tLongID & return after tKnownGroupItems
>     end if
>   end if
>   -- do your stuff here
> end repeat    
> 
> Hope this helped,
> 
> Jan Schenkel.
> 
Thanks Jan



More information about the use-livecode mailing list