05.10.2015, 10:39
(This post was last modified: 05.10.2015, 11:27 by buuuudzik.
Edit Reason: I found some solution
)
Do you know how to refer to the table which has a name "1" in this case?
I solve this problem in this way:
but do you know how to do this without any additional code?
Code:
log(data.1.period)
Code:
data1 = data[1]
log(data1.period)
but do you know how to do this without any additional code?