Jump to content

Array Question


Recommended Posts

Hi everyone!

How can I use array or somthing like this for creating variable?

Idea:

$Count = 15
For $a=1 to $Count Step 1
    Global $Variable[$a] = GUICtrlCreateInput ("",$l,$t,$w,$h)
    $t=$t+20
NextoÝ÷ Ù'+fºË­æ­{^H­jj]yÉZ­ëazf¬jëh×6$Variable[1] = GUICtrlCreateInput ("",$l,$t,$w,$h)
$Variable[2] = GUICtrlCreateInput ("",$l,$t,$w,$h)
$Variable[3] = GUICtrlCreateInput ("",$l,$t,$w,$h)
...
$Variable[15] = GUICtrlCreateInput ("",$l,$t,$w,$h)

Thanks for any help!

Link to comment
Share on other sites

Hi everyone!

How can I use array or somthing like this for creating variable?

Idea:

$Count = 15
For $a=1 to $Count Step 1
    Global $Variable[$a] = GUICtrlCreateInput ("",$l,$t,$w,$h)
    $t=$t+20
NextoÝ÷ Ûú®¢×ºÚ"µÍ[H ÌÍÐÛÝ[HMB[H    ÌÍÕXXVÉÌÍÐÛÝ[BÜ   ÌÍØOLHÈ ÌÍÐÛÝ[HBIÌÍÕXXVÉÌÍØWHHÕRPÝÜX]R[]
    ][ÝÉ][ÝË    ÌÍÛ  ÌÍÝ  ÌÍÝË    ÌÍÚ
BIÌÍÝIÌÍÝ
Ì^

Untested.

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...