Jump to content

Label Question ?


Recommended Posts

Example Form :

for 3,4,5,6,7 ... etc.

How do i do ?

Hi, you could ask this question on your last topic about label...

Global $Global=1
 
 For $nb = 1 to 3;Repeat 3 times
 If $Global=1 then
 GuiCtrlSetData($label,"A")
 Global $Global=2
 Elseif $Global=2 then
 GuiCtrlSetData($label,"B")
 Global $Global=3
 Elseif $Global=3 then
 GuiCtrlSetData($label,"C")
 Endif
 Next

Edit : Fixed Then errror

Edited by FireFox
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...