Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
i need to have a list box with numbers from 0 to 100 (jump every 10)(10,20,30,,,,100)
called number.
this list box does not have to depend on nothing
i just need this number to be stored as a variable so i can use it dynamic.
 sunny_talwar
		
			sunny_talwar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Look at the attached file
 sunny_talwar
		
			sunny_talwar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Which number has to be stored? the selected number or any number in random order?
 
					
				
		
the numers 10,20,30,40,50,60,70,80,90,100
 
					
				
		
the selected
 sunny_talwar
		
			sunny_talwar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		You can either store it directly like this
vVar
=FieldName
or use a trigger to save the value to the variable
 
					
				
		
can u write me the entire script please
 sunny_talwar
		
			sunny_talwar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Look at the attached file
Or may be this, If more than one
=Concat(FieldName, ',')
 
					
				
		
i dont have a field/
i need one
 marcus_malinow
		
			marcus_malinow
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Sounds like you just need an Inputbox.
Set one up with a variable of your choosing, with the following settings

