Re: NQAR2 Attention MIC

new topic     » goto parent     » topic index » view thread      » older message » newer message

>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.

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu