A
ABC
Is there any function to as:
arrayvalue = {0, 2, 4, 6, 7, 8}
arraystring = {"Zero", "Two", "Four", "Six", "More1", "More2"}
If the parameter value is 6, the function return "More1".
Which function can do it?
arrayvalue = {0, 2, 4, 6, 7, 8}
arraystring = {"Zero", "Two", "Four", "Six", "More1", "More2"}
If the parameter value is 6, the function return "More1".
Which function can do it?