D
darren kirby
Hello all,
I have an array of variables here:
foo = [s0, s1, s2, s3, s4, s5, s6, s7]
I need to loop over the array and print each variable's name and value:
s0: 23
s1: 56
s2: 345345
etc....
I cannot seem to find a way to print the name. Is it possible?
Thanks for consideration,
-d
I have an array of variables here:
foo = [s0, s1, s2, s3, s4, s5, s6, s7]
I need to loop over the array and print each variable's name and value:
s0: 23
s1: 56
s2: 345345
etc....
I cannot seem to find a way to print the name. Is it possible?
Thanks for consideration,
-d