Arduino lookup table...best way to do this?

I see...so use one array for the value, and then two other arrays for the stepper values, and use a loop to track them....

Any way to do this by parsing a file? I think it would be easier to have such a file populated, and then use some sort of a delimiter, to signify the end of the entry....

When we want to match something, have a loop parse the file, and when it finds the entry we need, parse the next two values, which would signify the values we need to position the servos/steppers...

Have been trying to find examples, but not finding anything meaningful....

Having this file also stored on flash, would save considerable memory by not having to allocate all the space needed for many arrays...

Thank you all for your insightful suggestions!