Re: NQAR2 Attention MIC
- Posted by "mic _" <stabmaster_ at hotmail.com> Nov 08, 2003
- 604 views
>MakeLib.ex had another problem the first character >of each entry was clipped off. >Change in the while read_line(fn) do .... > >From: >symbols = append(symbols,{currLine[2..i1-1],s[2]}) > >To: > symbols = append(symbols,{currLine[1..i1-1],s[2]}) If you're talking about the underscores, it's supposed to remove them.