With postfix support (same as a prefix but from the other side of the string) we'll finally be able to support array variables (ex array^i) ``` array_var = { postfix = ^i from_data = yes data_source = value[variable] } ``` Some examples of variables we can't handle without postfix ``` set_variable = { global.balkan_economic_union^0 = 0 } set_variable = { ROOT.economic_sphere_list_array^0 = GER } set_variable = { MIT_sorted_voted_agendas^0 = 0 } set_variable = { MIT_sorted_voted_agendas^1 = 0 } set_variable = { MIT_sorted_voted_agendas^2 = 0 } set_variable = { agenda_supporters^0 = 0 } set_variable = { economic_sphere:members^0 = 0 } set_variable = { sorted_country_list^0 = 0 } ``` @tboby Please check the request if you have time, thanks in advance