Changing local variable dynamically

2004-04-08 Thread dumbest_dummie
Hi, I'm testing 8 motor wich run in sequence for a certain amount of time... Each motor has a specific graph and information that should be updated... I'm using a for loop (n=8) and I'd like to use a generic local variable (changing its reference according to 'n') to update the right graph each

Re: Changing local variable dynamically

2004-04-08 Thread Sebastian Dau
dumbest_dummie [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, I'm testing 8 motor wich run in sequence for a certain amount of time... Each motor has a specific graph and information that should be updated... I'm using a for loop (n=8) and I'd like to use a generic local