
14 Sep
2005
14 Sep
'05
4:24 p.m.
On Sep 14, 2005, at 5:54 PM, Arthur Baars wrote:
This means you can "get" and "set" the "checked" property for checkboxes. for example: c <- get cbEdit checked set cbEdit [checked := not c ]
Any particular reason to enclose the arguments in square brackets apart from cool-looking syntax? Do I correctly understand that 2 arguments are being passed to set, the second being a list of more arguments? Thanks, Joel