June 8, 200619 yr i have a checkbox called participants it displays various names, is it possible to set a checked item as a variable eg $ check 1= first checked data item $ check 2= second checked data item
June 8, 200619 yr Hmm... why exactly do you need it to be variables? A checkbox is in essence a list of values (if more than one checkbox is selected). You can use the calculation GetValue(field1; 2) to get the 2nd value in field1. I guess my answer is, I have no real answer if I don't know what you need the output of variables for. -P
Create an account or sign in to comment