Here is my problem I want to create variables in a loop and changing the suffix each loop I do.
For instance I want to create this, in a loop :
ax1=liste[1]
ax2=liste[2]
ax3=liste[3]
etc,etc
But I do not know how to change the number at the end without using str type. Someone have a clean way to do it? Thanks