mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jun 2013
Posts: 24
Z
Zabache Offline OP
Ameglian cow
OP Offline
Ameglian cow
Z
Joined: Jun 2013
Posts: 24
* Error allocating evaluation memory

In my case comes from a $readini where the .ini entry value is only a manually entered $chr(32)

[Info]
"value= "

No quotes obviously

mIRC 7.32 didnt create the error. I did. mIRC also didnt know how to solve this obviously simple error as it usually does.

Last edited by Zabache; 19/12/16 11:17 AM.
Joined: Jul 2006
Posts: 4,145
W
Hoopy frood
Offline
Hoopy frood
W
Joined: Jul 2006
Posts: 4,145
This is a bug.

Code:
//echo -a $qt($readini(test.ini,section,item))
does not reproduce and simply return $null for the whole $qt(), but
Code:
//echo -a $iif($readini(tesT.ini,section,item) == $null,1,0)
does:
Quote:
* Error allocating evaluation memory

Tested on 7.46, no beta, with (notice the space):
Quote:
[section]
item=
as the ini file


#mircscripting @ irc.swiftirc.net == the best mIRC help channel

Link Copied to Clipboard