Hi!
I'm construct newbie and weak in english..
Please, help me...
I don't know how to use this expression...
left side instance variables
n0 to n14
So, I want use loopindex.
I don't want every make add to event....
But, That expression not working....
I had tried....
self.n&loopindex
int(self.n&loopindex)
int("self.n"&loopindex)
int(str("self.n")&loopindex)
....
all failed...
Please help me............!