rediffusion
11/1/2017 - 5:45 PM

Подпроект

D:\ZP_teaching_materials\ZennoPoster\Kurs_sibbora\Sibbora-Видеоуроки\1. ZennoPro Base Course\3. Справочник визуальных сниппетов ProjectMaker\12. Проект\Проект для тестирования в ZennoPoster\

//Другой пример
string strSource1 = project.Variables["subproject_source_1"].Value;
string strSource2 = project.Variables["subproject_source_2"].Value;

project.Variables["subproject_result"].Value = strSource1 + strSource2;
File.WriteAllText(project.Directory + "\\Test.txt",project.Variables["str_test_parameter"].Value + project.Variables["str_test_parameter_2"].Value);