Anyone familiar with LookUp command?
here is what my problem is. I have large data to look up. About 200 points of data.
Here is a small portion of it.

LookUp adval["55,55.2,55.4,55.6,55.8,56,56.2,56.4,56.6,56.8,57, 57.2,57.4
,57.6,57.8,58,58.2,58.4,58.6,58.8,59,59.2,59.4,59. 6,59.8,60,60.2,60.4,60.6,60.8,61,61.2,61.4,61.6,61 .8,62,62.2,62.4,62.6,62.8,63,63.2,63.4,63.6,63.8"],point

Now the problem is that it compiles fine if I have only 1 line of data like this.

LookUp adval,["55,55.2,55.4,55.6,55.8,56,56.2,56.4,56.6"],point

How can I keep continuing to the next line and so forth like the first example from above?