Can't seem to find DT's Ansi.INC file
I have found where this file is supposed to be, but can download it. Clicking on the ICON does nothing . . .
The reason I need it is to be able to clear the hyperterm screen - (the screen above what the latest hyperterm transmission was) - - it just keeps getting larger, filling up with each transmission, and I want to be able to get rid of it
Any suggestions?
Ken
Re: Can't seem to find DT's Ansi.INC file
Correction, I CAN'T DOWNLOAD IT
Re: Can't seem to find DT's Ansi.INC file
It's available at Darrel's page. Just tried downloading it from there, no problems.
Re: Can't seem to find DT's Ansi.INC file
Thanks Henrik - I have downloaded the file, and placed it directly into PBP.
When I compile, I get a multitude of errors and warnings -
Warning[207] Found label after column 1. (HSEROUT?C)
Error [108] Illegal character (2)
then another warning 207
Error[108] Illegal Character (")
Error [113] Symbol not previously defined (HSEROUT)
then another error 113
Error [207] Found Label after column 1, (HSEROUT?C)
then another error 108
Obviously I did something stupid - any ideas? I copied the entire INC file without any changes
Ken
Re: Can't seem to find DT's Ansi.INC file
Problem Solved (I think)
After searching more threads on this topic, I found
http://www.picbasic.co.uk/forum/show...t=INCLUDE+ANSI
It seems that I need a "dummy" HSEROUT in the program - - I added one and now it compiles
Thanks
Ken