I have a very simple socket script that reads a page from a http server and echoes the results in a window. In fact its the sample script mentioned in mIRC help file. I have a problem though. Some lines in the page are quit big! The script fills a variable (%temp) and then echoes that variable. What I get is the "line too long" error!
I know variables have a limit for the information they can hold. I assume that the "line too long" error is from that limit but is there a way to get over it? Maybe not using a variable but something (?) else?
I have searched the board here but found nothing on my topic...
Thank you in advance