I am unable to increment the number in my list name as i need a list name going from 0 to 24, i've tried to use the concatenation but it didn't work.
Folllowing is my example code:
d.last0 = [0,0]
d.last1 = [0,0]
d.last2 = [0,0]
d.last3 = [0,0]
d.last4 = [0,0]
.
.
d.last24 = [0,0]
As you see, this intialization goes till 24, what i want to do to bring this under loop so i can make the code more faster and efficient, but when i call this as
d["last_{i}"]
it didn't return any data, also tried with this:
d["last{i]".GetValue]