Hi to all,
I have a list of variables: ita_a01_02, ita_a03, ita_b05_06 and ita_b07_08
Does anyone know how to generate the following variables in a loop?
ita_1 for ita_a01_02
ita_2 for ita_a03
ita_3 for ita_b05_06
ita_4 for ita_b07_08
Add to this that I would like to repeat it also with a loop on a similar list of variables (bel_a01_02 bel_a03 bel_b05_06 bel_b07_08), from which i would like to get bel_1, ..., bel_4.
Thank you.
Francesco
I have a list of variables: ita_a01_02, ita_a03, ita_b05_06 and ita_b07_08
Does anyone know how to generate the following variables in a loop?
ita_1 for ita_a01_02
ita_2 for ita_a03
ita_3 for ita_b05_06
ita_4 for ita_b07_08
Add to this that I would like to repeat it also with a loop on a similar list of variables (bel_a01_02 bel_a03 bel_b05_06 bel_b07_08), from which i would like to get bel_1, ..., bel_4.
Thank you.
Francesco
Comment