extraloob Posted December 6, 2008 Posted December 6, 2008 Example Form :while 1if ****** then*******$repeat= 3endifGuiCtrlSetData($label,"B" & "B" & "B")for 3,4,5,6,7 ... etc.How do i do ?
Developers Jos Posted December 6, 2008 Developers Posted December 6, 2008 do what exactly? SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
DeeRiee Posted December 6, 2008 Posted December 6, 2008 Sorry, i cant understand. Did you mean while 2,3,4, etc. ? or else ?
FireFox Posted December 6, 2008 Posted December 6, 2008 (edited) 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 December 6, 2008 by FireFox
Developers Jos Posted December 6, 2008 Developers Posted December 6, 2008 @FireFox: Have you tested this before posting? looks to me it contains syntax errors. SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
DeeRiee Posted December 6, 2008 Posted December 6, 2008 I answer to your questions on my iPod touch, be patient !Maybe he can't test it with his iPOD
FireFox Posted December 6, 2008 Posted December 6, 2008 Maybe he can't test it with his iPOD Yes I'm on my iPod sorry for error I will fix it as soon as I can....
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now