create a global list from a text file in Code Creato

qioru

Client
Регистрация
09.08.2012
Сообщения
33
Благодарностей
1
Баллы
8
How can I create a global list from a text file in Code Creator , from which I take them line by line text can be used in instances
 

qioru

Client
Регистрация
09.08.2012
Сообщения
33
Благодарностей
1
Баллы
8
ok I understand. In c # make a list from a text before
Код:
executionResult = ActionGroup1.Execute(instance, project);
In Assemblies Documentation I found that I can add to ZennoPoster list in the following way
Код:
var list = project.Lists["MyList"];
// add a new item to list
list.Add("new_list_item");
but how can initialize ZennoPoster list because it gives me an error when I try to add
 

Вложения

rostonix

Известная личность
Регистрация
23.12.2011
Сообщения
29 067
Благодарностей
5 707
Баллы
113
You need to create list manually. You cannot generate it in code.
 

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)