Getting error 62 reading a com portby Docfxit (Login Docfxit)R I'm getting an error 62 On the second line (IF LOC(wsFileNum))which says: Check for the end of file with EOF when reading from a file. DO WHILE NOT EOF(wsFileNum) 'receive IF LOF(wsFileNum) <= 32767 THEN junk$ = INPUT$(LOF(wsFileNum), # wsFileNum) LOOP Does anyone have any ideas how I can stop getting error 62? Thanks, Docfxit
|
| Response Title | Author and Date |
| well i don't know but | stosb on May 12 |
| another thing would be | stosb on May 12 |
| * This did get rid of error 62. But nothing is input | Docfxit on May 13 |
| *lol well maybe nothing is being sent? | stosb on May 13 |
| * I get the same error 62. Check for EOF | Docfxit on May 13 |
| Yeah, get rid of the loop | on May 12 |
| Re: Yeah, get rid of the loop | Docfxit on May 13 |