注册 登录
编程论坛 Delphi论坛

谁能告诉我

zdz 发布于 2007-02-20 00:04, 477 次点击

y_q_list :tstringlist;
m_str1: string;
---------------------------------
y_q_list.Add(m_str1);
----------------------------
这一句说是有错误
提示为
[Error] wanmei.pas(205): Statement expected, but expression of type 'Integer' found
-----------------------------
请教各位 先行谢过
1 回复
#2
xu20002007-02-20 20:14
这个类创建了吗?

y_q_list:=Tstringlist.create;
如果已经建立了过了的话,那么你应该看看前几条语句是不是有问题。
1