Being realy uncomfortable working with lot of variables that cannot be indexed, i was wondering if there is a method to use arrays (useful in for loop or in working with different components having a relation in id. Here i found:
p[0].b[1].txt="hello"
where p[0] is the page p0 having id=0 and b[0]is a button (b0) with id =1
giovanni chiesa
Being realy uncomfortable working with lot of variables
that cannot be indexed, i was wondering if there is a method to
use arrays (useful in for loop or in working with different components
having a relation in id.
Here i found:
p[0].b[1].txt="hello"
where p[0] is the page p0 having id=0
and b[0]is a button (b0) with id =1