Parsing multiple commands into expr using substitute into
I am trying to add an arbitrary number of reference lines into a graph based on the arguments given in a function. And I can construct the string I need without too much trouble. The issue I'm having is that I can't seem to get it into past parse() due to the commas in the string. All I really want to do is peel off the outer quotes from the string and substitute it into and remove the \!'s if ...
mpatpc