finding in script

J. Landman Gay jacque at hyperactivesw.com
Sun Jan 2 11:25:36 EST 2005


On 1/2/05 6:04 AM, Alex Tweedly wrote:

>  repeat with j = 1 to the number of controls on this stack
>    put "...." & the name of control j & cr after msg
>  end repeat

Be careful with this. "The number of controls of this stack" returns 
only the controls on the current card. You have to scan each card for 
controls if you want all of them.

-- 
Jacqueline Landman Gay         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com


More information about the use-livecode mailing list