> There are quite a few files that I'm trying to copy through grap that would > be really easy if I could take a line like: > > # (Yo 4.9534) > > and turn it into a value for x,y graphing. Unfortunately, I'm completely > blanking out on how to get that pesky ')' stripped out. I try the following:
why don't you just preprocess the included files. ugly, but probablly effective. - erik
