Are there any line breaks in that file?
The "<FH>" will read in one complete line - though I don't
think your system should have a problem with a 45000 byte line.
What exactly do you mean by standstill? Can you take a look at exactly how much memory your program consumes?
Are possibly running into an infinite loop somewhere? It might be embarrassing, but sometimes...you know ;-)
janx
Comment on Re: Increasing buffer size(?) for input FileHandle
by standstill I mean that the code just stops working and goes back to the previous input buffer to send a message back to the area I am attempting to interface with.
with the open FH command, isn't there some way that I can reset the buffer size to something larger?