Jump to content

naming variables in a loop


d0n
 Share

Recommended Posts

i have something like this i want to be able to name $BossMod_Checkbox1, $BossMod_Checkbox2, $BossMod_Checkbox3 and so on in the loop, how do i do it?

For $a = 1 to $Skill[0][0]
    $BossMod_Checkbox = GUICtrlCreateCheckbox($Skill[$a][0], 230, 70+$a*20)
Next

thanks for help

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...