Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~116 People Reached
Favorite Forums
Member Avatar for raubercata

Hello. I have a six locations checkboxlist and i'd like to create an array with the checked locations like this: [code] int[] v=new int[6]; private checkboxlist1_changed.....(...) { for(int i=0;i<6;i++) { if(checkboxlist1.getitemchecked(i)) v[i]=1; else v[i]=0; } } string w=v.Tostring(); [/code] and it seems it's always a step behind, cant figure it …

Member Avatar for Mitja Bonca
0
116