elawady Posted May 25, 2009 Posted May 25, 2009 how i exit from function like thisfunc ll() if 1+1=2 thenExit from functionelse..............................................................EndFunc
Developers Jos Posted May 25, 2009 Developers Posted May 25, 2009 Have you opened the Helpfiles description of Func? 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.
Developers Jos Posted May 25, 2009 Developers Posted May 25, 2009 Sure you read the whole page? The example clearly shows what you are asking for. 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.
elawady Posted May 25, 2009 Author Posted May 25, 2009 i cant find whole page what help files u talking about
CodyBarrett Posted May 25, 2009 Posted May 25, 2009 uhmmm... jos please correct me if im wrong but.. if the statement is blank..shouldn't it exit the function anyway to carry on the rest of the script... thats what i thought happens? OH and BTW its called "RETURN" [size="1"][font="Tahoma"][COMPLETED]-----[FAILED]-----[ONGOING]VolumeControl|Binary Converter|CPU Usage| Mouse Wrap |WinHide|Word Scrammbler|LOCKER|SCREEN FREEZE|Decisions Decisions|Version UDF|Recast Desktop Mask|TCP Multiclient EXAMPLE|BTCP|LANCR|UDP serverless|AIOCR|OECR|Recast Messenger|AU3C|Tik-Tak-Toe|Snakes & Ladders|BattleShips|TRON|SNAKE_____________________[u]I love the Helpfile it is my best friend.[/u][/font][/size]
Developers Jos Posted May 25, 2009 Developers Posted May 25, 2009 i cant find whole page what help files u talking about I hope you are kidding, because when you are serious you are not making friends with this remark. 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.
CodyBarrett Posted May 25, 2009 Posted May 25, 2009 $time=$time_in*1000 this does the same thing $time*=1000 [size="1"][font="Tahoma"][COMPLETED]-----[FAILED]-----[ONGOING]VolumeControl|Binary Converter|CPU Usage| Mouse Wrap |WinHide|Word Scrammbler|LOCKER|SCREEN FREEZE|Decisions Decisions|Version UDF|Recast Desktop Mask|TCP Multiclient EXAMPLE|BTCP|LANCR|UDP serverless|AIOCR|OECR|Recast Messenger|AU3C|Tik-Tak-Toe|Snakes & Ladders|BattleShips|TRON|SNAKE_____________________[u]I love the Helpfile it is my best friend.[/u][/font][/size]
Developers Jos Posted May 25, 2009 Developers Posted May 25, 2009 This is wrong too: If ($time = 0) & ($quality = 0) Then 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.
elawady Posted May 25, 2009 Author Posted May 25, 2009 (edited) $time=$time_in*1000 this does the same thing $time*=1000thank u thats new for me but not for this they 2 variables what about still the prog processing WinWaitActive("500.jpg") i enter this code 4 this Edited May 25, 2009 by elawady
elawady Posted May 25, 2009 Author Posted May 25, 2009 This is wrong too: If ($time = 0) & ($quality = 0) Then that my wrong thanks alottttttt
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