Hey Mark,
Yes - I'd loop through and make a comma delimited list

repeat with x=1 to the number of btns
   put the hilite of btn x & comma after myHiliteList
end repeat

Then if you need to you can save that and use it to set the hilites at a later time.
Works for me.

Marty K
Hi, I have 38 buttons on a form that I need to copy their hilite value to a
temporary variable. Is it possible in LC to do something like

for x = 1 to the number of buttons on card y
    put the hilite of btn"x" into tButtonx
end

instead of writing out manually, 38 times:

    put the hilite of btn"fhHypertension" into tButton4
    put the hilite of btn"fhDiabetes" into tButton5
etc

Thanks

-- Mark


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to