string array doesn't work

 

//I define the global array.

string m_symbols[FX_GOODS_MAXNUM];

//set the value:

for(int i=0; i<FX_GOODS_MAXNUM;i++)
{
m_symbols[i]="abc";
}

for(int i=0; i<FX_GOODS_MAXNUM;i++)
{
Alert(m_symbols[i]); //nothing printed, I want use the string array
}

Can anyone help me to solve the problem; thank

 

承接EA、指标编写、加密、破解等业务。QQ360737395。 工作室网站:http://www.fx988.cn/

不需要重新去学习计算机就可以轻松实现你的策略。

原因: