Re: line truncate...again
I received an answer on this from David Barker of Mecanique (who developed the ICD). He was correct in his analysis, it was semi-colons in my rem statements that were causing the problem. Here is his response:
Hi
I suspect it's the use of ';' for commenting. Although PBP allows this, so does the underlying assembler. Unfortunately, this ICD parser *has* to use ';' as a token during parsing and I think this is why it's getting confused.
In short, search and replace all ; symbols and replace with ' - this is a bit of a standard with BASICs for commenting, so it's not a bad habit to get into.
After making sure all ; symbols have been replaced, try re-building.
Please let me know how you get on. If the problem persists, please resend the *.pbp file with the changes you have made.
regards
David Barker