70 {
72 {
73 return;
74 }
75
77
78
81
82 string config_path = config_params.param4;
83 int deep = config_params.param5;
84
85 string offset = "";
86 for ( int i = 0; i < deep; i++)
87 {
88 offset = offset + " ";
89 }
90
91
93 int childrens_count = variables.Count();
95
96 offset = offset + " ";
97
98
99 deep = deep + 1;
100 childrens_count = 0;
101 for ( i = variables.Count() - 1; i >= 0; i-- )
102 {
103 string new_config_path = ( config_path +
" " + variables.
Get(i) ).Trim();
105 }
106 }
Param5< bool, string, int, string, int > ConfigParams
array< string > TStringArray
proto string Get(int index)
Gets n-th character from string.