Origin Version (Select Help-->About Origin): Pro7.5 Operating System: XP
Now, I have two column. First column's values are Text¡]string¡^ and second column's values are numbers. How can I get the numbers of second column by using the text¡]string¡^ of first column.
Ex. Data_A[1]=a, Data_A[2]=b, Data_B[1]=2, Data_B[2]=3 I want to use the property string "b" and return value "3". My idea seems Data_B(b)=3, but this method is wrong due to "b" string.