mIRC Home    About    Download    Register    News    Help

Print Thread
#91856 26/07/04 08:44 PM
Joined: Nov 2003
Posts: 2,321
T
Hoopy frood
OP Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,321
Considering an &binvars size is only limited by memory, how about letting us actually set a big binvar?
When I try to fill an &binvar with 2000 characters I get this: * /bset: line too long

#91857 26/07/04 08:50 PM
M
Mc_Fly
Mc_Fly
M
/bcopy and /bread set unlimited &binvar

all command in mIRC have this problem, no more of 900 chars...

#91858 26/07/04 08:56 PM
Joined: Nov 2003
Posts: 2,321
T
Hoopy frood
OP Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,321
I know that, that's why I made this feature suggestion.

#91859 26/07/04 11:22 PM
Joined: Jan 2003
Posts: 2,125
Q
Hoopy frood
Offline
Hoopy frood
Q
Joined: Jan 2003
Posts: 2,125
The problem you mentioned cannot be solved, at least not without rewriting the scripting engine. &binvars can hold an unlimited amount of data, but that doesn't mean this data can be passed to /bset -t. /bset is a command and falls under the same restrictions as any other mirc command. So fixing this would fix all "line too long" errors, which would be great but is not going to happen.


Link Copied to Clipboard