i have about 30 check boxes, and i would like what ever check box is ticked, say 5 of them, i would like to push a button to send the ticked boxes to ONE text entry field on another card.
example, each check box has its own name "btnNovice1.1, btnNovice1.2 and so on" and the labels simply read 1.1 or 1.2 and so on.
now this is my last script i have tried (with no pleasure at all)
i have one text field, that i would like them to go in if the have been tickedon mouseUp
repeat with i = 1 to the number of buttons of this card
if the style of button i is "checkbox" and the hilite of me is true then
put the highlight name of i "checkbox" into field "Test" of card "EntriesInvoice"
go to card "EntriesInvoice"
end if
end repeat
end mouseUp
like this
(1.1, 1.2, 1.3)
now am i even close ???? or am i way way off with my thinking ?
cheers