- Регистрация
- 21.08.2013
- Сообщения
- 249
- Благодарностей
- 12
- Баллы
- 18
I try to use 2 zenno lists in ProjectMaker to work with a custom function in OwnCode through a C# Code snippet but I get this error:
I call my custom function from inside the C# block like this:
and I declare my OwnCode function like this:
I call my custom function from inside the C# block like this:
and I declare my OwnCode function like this:
Код:
public static string TextProcessor(string textIn, List<string> list1, List<string> list2, string mainLink){
...code here...
}