 RaVNzCRoFT
		
			RaVNzCRoFT
		
		
		
		
		
		
		
		
	
			02-03-2010 03:36 PM - edited 02-03-2010 03:36 PM
Hello,
In one part of my program, I used a "key down" event structure and used as my output the ASCII representation of whichever key was pressed. Now, I need to convert an ASCII number into the key it represents.
That is to say: My input is an orange numeric; perhaps the number 65. I want to convert that number 65 into the keyboard key it represents, which is a capital A. From there, it would be nice if I could add that character to a string of text.
I searched and searched the forum but found nothing. Surely if an event structure can convert a keystroke into an ASCII number, then I can do it in reverse?!
Thank you.
 GerdW
		
			GerdW
		
		
		 
		
		
		
		
		
	
			02-03-2010 03:42 PM - edited 02-03-2010 03:44 PM
 Darin.K
		
			Darin.K
		
		
		
		
		
		
		
		
	
			02-03-2010 03:47 PM
 Mark_Yedinak
		
			Mark_Yedinak
		
		
		 
		
		
		
		
		
	
			02-03-2010 03:51 PM