Check all your routines, and make sure you don't use a GOTO to reach any sub-routines that end with RETURN.
"EDIT"
After looking at PBP's DONE routine, I doubt that's it either. I don't see anywhere in code where a string being sent is spread across any page boundaries either so my 1st guess wasn't any good.
If shifting the routines around makes it work for the send part, are you sure everything else is working right after the shift?
It could be stack overflow if you have a ton of nested gosubs or calls?
Bookmarks