... that's not complicated!
BUT: How can I construct the checkbox's name at runtime?
I have 640 checkboxes in a Window. They are called chck_1_1 / chck_1_2 / chck_1_3 .... chck_2_1 ... chck_32_20
I would like to read the state of all these checkboxes into a loop:
For i=1 to 32
For j=1 to 20
lb_val=chck_i_j
...
Next j
Next i
How to do this in PB ?
BUT: How can I construct the checkbox's name at runtime?
I have 640 checkboxes in a Window. They are called chck_1_1 / chck_1_2 / chck_1_3 .... chck_2_1 ... chck_32_20
I would like to read the state of all these checkboxes into a loop:
For i=1 to 32
For j=1 to 20
lb_val=chck_i_j
...
Next j
Next i
How to do this in PB ?