 jyang72211
		
			jyang72211
		
		
		
		
		
		
		
		
	
			08-25-2010 01:51 PM
Hi all,
I have a 3 elements array with numbers. I would like to turn that array into hex and use it to select which case my case structure uses. For example, the array is 11, 2, 3. I want to turn it into B23, and B23 would be one of my case. I am trying to implement this with as little code as possible. Thanks!
Yik
Solved! Go to Solution.
 GerdW
		
			GerdW
		
		
		 
		
		
		
		
		
	
			08-25-2010 01:56 PM
 smercurio_fc
		
			smercurio_fc
		
		
		
		
		
		
		
		
	
			08-25-2010 01:59 PM - edited 08-25-2010 02:00 PM
You didn't say whether you wanted a number or a string, or whether it had to be scalable, but here's another possibility using strings:
