6105 Posted February 11, 2010 Posted February 11, 2010 Hello, I have some point in the gui [10][10], and i need to do this point to move from [9][$a] to [9][$n] and $n can'f be more 10 now, i finds only GUICtrlCreatePic i add $a += 1 and stop when $a = $n Have AutoIt some comands what are special for that function? Thanks. [center][font=courier new,courier,monospace]Die die die my darling[/font][/center][center][font=courier new,courier,monospace]Don't utter a single word[/font][/center][center][font=courier new,courier,monospace]Die die die my darling[/font][/center][center][font=courier new,courier,monospace]Just shut your pretty mouth[/font][/center][center][font=courier new,courier,monospace]I'll be seeing you again[/font][/center][center][font=courier new,courier,monospace]I'll be seeing you[/font][/center][center][font=courier new,courier,monospace]In hell[/font][/center]
martin Posted February 11, 2010 Posted February 11, 2010 Hello, I have some point in the gui [10][10], and i need to do this point to move from [9][$a] to [9][$n] and $n can'f be more 10 now, i finds only GUICtrlCreatePic i add $a += 1 and stop when $a = $n Have AutoIt some comands what are special for that function? Thanks. It sounds like you want a for/next loop. Look up "for" in the help. If that is not what you want then you need to give a better explanation of what you are trying to do. Serial port communications UDF Includes functions for binary transmission and reception.printing UDF Useful for graphs, forms, labels, reports etc.Add User Call Tips to SciTE for functions in UDFs not included with AutoIt and for your own scripts.Functions with parameters in OnEvent mode and for Hot Keys One function replaces GuiSetOnEvent, GuiCtrlSetOnEvent and HotKeySet.UDF IsConnected2 for notification of status of connected state of many urls or IPs, without slowing the script.
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