juggernot
Well-known member
- Joined
- Sep 28, 2006
- Messages
- 173
- Programming Experience
- Beginner
This is what I want my code to do :
On Buttonclick
For every item in a checkedlistbox, add the items text to an arraylist(as a string).
I can already do it like this, though I do not know if this adds the items as strings:
arraylist1.add(me.checkedlistbox1.items)
arraylist2.add(me.checkedlistbox2.items)
I'm just wondering if adding all the items at the same time would cause trouble later. For instance, when doing a for each statement or using the .contains method.
	
		
			
		
		
	
				
			On Buttonclick
For every item in a checkedlistbox, add the items text to an arraylist(as a string).
I can already do it like this, though I do not know if this adds the items as strings:
arraylist1.add(me.checkedlistbox1.items)
arraylist2.add(me.checkedlistbox2.items)
I'm just wondering if adding all the items at the same time would cause trouble later. For instance, when doing a for each statement or using the .contains method.
			
				Last edited: 
			
		
	
								
								
									
	
		
			
		
		
	
	
	
		
			
		
		
	
								
							
							 
	 
 
		 
 
		 everything I do work splendidly)
 everything I do work splendidly) 
 
		 
 
		