Out of memory problem with Build 313.

 

I made a simple test script.

//+------------------------------------------------------------------+
//|                                               testNullString.mq5 |
//+------------------------------------------------------------------+
//+------------------------------------------------------------------+
//| Script program start function                                    |
//+------------------------------------------------------------------+
void OnStart()
  {
   Print("" + getNullString());
  }
//+------------------------------------------------------------------+
//| get null string function                                         |
//+------------------------------------------------------------------+
string getNullString()
  {
   return("");
  }
//+------------------------------------------------------------------+
Printed message is:

2010.08.20 12:07:38 testNullString (EURUSD,M5) Out of memory.

I think this program has no problem...
 
Thank you for your message. Bug fixed, wait next build please.

 

I'll be waiting for next update.

Thank you.