Alireza7032
Member
hi everyone.
i want to write some codes to declare similar variables. let me say more intelligile. i want to declare btn1 , btn2 , btn3 , .... and btn100 as button.
i enterd this code in IDE but it didnt admit:
do you have any suggestions?
i want to write some codes to declare similar variables. let me say more intelligile. i want to declare btn1 , btn2 , btn3 , .... and btn100 as button.
i enterd this code in IDE but it didnt admit:
codes:
For i=0 to 99
dim btn&i as button
Next