I need to write a little routine to look up values in a table. Much like the lookup fn in Excel.
Bar size Area
15 200
20 300
25 500
user will enter bar size and the area will be assigned to bararea variable.
What is the easiest way of doing this?
Thanks
Bar size Area
15 200
20 300
25 500
user will enter bar size and the area will be assigned to bararea variable.
What is the easiest way of doing this?
Thanks