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.

MIC:
  No it was removing the first 2 characters in the currLine.
  The underscore and the first character; instead of just
  the underscore.
Bernie

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

Search



Quick Links

User menu

Not signed in.

Misc Menu