> 
> 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
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


Reply via email to