create a global list from a text file in Code Creato

  • Автор темы Автор темы qioru
  • Дата начала Дата начала

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
 
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
 

Вложения

  • error1.jpg
    error1.jpg
    59,1 KB · Просмотры: 748
You need to create list manually. You cannot generate it in code.
31ef14c96077ae961a5384c48f77ba2b.png
 

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