Very good to all of you,
 
	I need to do the following:
 
	I have a 1D numeric array, and what I need is to assign each cell a letter.
 
	If the array is: (example)
 
	Array (1D) Array solution:
 
	3160 G      
 
	2580 L
 
	200 H
 
	30 P
 
	Assign, do not convert.... always cell 0 that has the value G, cell 1 that has the value L, and so on... Etc...
 
	I've tried a Labview run but it doesn't work well.
 
	Any ideas?