mIRC Homepage
Posted By: Zabache Error allocating evaluation memory - 19/12/16 11:16 AM
* 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.
Posted By: Wims Re: Error allocating evaluation memory - 19/12/16 11:46 AM
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
© mIRC Discussion Forums