(de main (Pth)
   (in Pth (until (eof)
      (setq Rec (str (line T)))
      (prinl Rec)


The above is giving me Bad input ']'
I wrongly thought str would cope with this....
Any hep much appreciated

Reply via email to