Ive made a script that read from a web page with sockread -fn into a $bvar The only problem is with certain pages i get the error * String too long: $bvar
The error is called when i try to read data from it ($bvar(&Binvar,1-).text)
You have to limit the number of characters you retrieve from the binvars. Regular mIRC identifiers can only handle about 900 character string lengths. Even though binvars can hold more, the rest of mIRC can't.