Hi. I'd like to generate a variable that contains the relative positions of letters (in another var) in the alphabet. For example:
What's an elegant way to do this?
Code:
var1 new_var A 1 B 2 C 3 C 3 X 24
Comment