创建一个字符串列表

int strlist_creat(param f);
//f: 某个控件类的属性变量
//返回值:该strlist的句柄

示例

class m1=loadcom(menuwin)

int i;
i=strlist_creat(m1.text);

注意