Hi,
Is there a way to pass some kind of null value when a checkbox isn't checked? The reason why I'm asking is because I have a list of checkboxes that will be saved in an array in PLSQL. If there are three checkboxes and the second one hasn't been checked, I still need the values to be in the right order in the array.
Ex: checkbox1 in array[1]
checkbox2 in array[2]
checkbox3 in array[3]
Right now, if checkbox 2 isn't checked I get
checkbox1 in array[1]
checkbox3 in array[2]
I hope you guys understand what I mean.
Thanks for your help!
daph
Is there a way to pass some kind of null value when a checkbox isn't checked? The reason why I'm asking is because I have a list of checkboxes that will be saved in an array in PLSQL. If there are three checkboxes and the second one hasn't been checked, I still need the values to be in the right order in the array.
Ex: checkbox1 in array[1]
checkbox2 in array[2]
checkbox3 in array[3]
Right now, if checkbox 2 isn't checked I get
checkbox1 in array[1]
checkbox3 in array[2]
I hope you guys understand what I mean.
Thanks for your help!
daph