Hi Alex > What do you want to do? I was reading each line in an input file text file, trimming it and seeing if it was a member of a list that I'd created. If it was I was recording the list type and the number of the line in the file.
Some of the files split their strings (that match the list elements) over multiple lines making things a bit more involved than (if (member Ln List) now but I'm not sure that's significant to this problem. Thank you for asking and best regards Dean On 24 January 2017 at 12:14, Alexander Burger <[email protected]> wrote: > Hi Dean, > > > (de main (Pth) > > (in Pth (until (eof) > > (setq Rec (str (line T))) > > ... > > The above is giving me Bad input ']' > > I wrongly thought str would cope with this.... > > I believe that 'str' is most probably not what you need. It is a rather > specialized parser, and normally not used. > > What do you want to do? > > ♪♫ Alex > -- > UNSUBSCRIBE: mailto:[email protected]?subject=Unsubscribe >
