if not, how to do different ?
i need to input the information in another activities but when the forms use just 4 of the 8 spots the activity return an erro
im assuming that the error is because i didnt initiate the list
if in the forms i select 8 of the options it works fine, but if i select less than 8, comes that error
It kind work but i still get the error
I select 1 item in the forms and printed the second but didnt print “0”, look like the forms empty the list and replace with the single item i select
yes, let me go from the top, i create a forms with 100 options to be select, the person who use the system will select between 1 and 8 files, and i need to know how much files he selected.
The Option list come from the form, i was trying to add this itens at a activity i build i c# to count how much itens was selected, because List dont allow .Length, if you know other way to get this length of the List will kill this problem