1616 Posted June 8, 2006 Posted June 8, 2006 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
mz123 Posted June 8, 2006 Posted June 8, 2006 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
Recommended Posts
This topic is 6805 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now