dabus Posted May 4, 2005 Posted May 4, 2005 Anyone got a workaround for those Func - stuff, so one could write func closewin ( "Notepad" ) to replace $a="Notepad" func closewin ( $a) ??? Would be quit cool. (at least I think so)
jamesband Posted May 4, 2005 Posted May 4, 2005 Anyone got a workaround for those Func - stuff, so one could writefunc closewin ( "Notepad" ) to replace$a="Notepad"func closewin ( $a) ???Would be quit cool. (at least I think so) <{POST_SNAPBACK}>Are you looking to create a function or use the current close window function?
SvenP Posted May 4, 2005 Posted May 4, 2005 Anyone got a workaround for those Func - stuff, so one could writefunc closewin ( "Notepad" ) to replace$a="Notepad"func closewin ( $a) ???Would be quit cool. (at least I think so) <{POST_SNAPBACK}>Func closewin ( $a="Notepad") ...EndFuncLike this, you mean?-Sven
dabus Posted May 4, 2005 Author Posted May 4, 2005 I would like to write the number/words as is and not as a $var. Function ( 1 , 2 ) or Function ( $a=1 , $b=2 ) ... Is there support for this with a newer version? I am not that bleeding edge guy.
JSThePatriot Posted May 4, 2005 Posted May 4, 2005 Are you getting an error when you pass paremeters to a function that isnt in a variable? I am not quite sure of your problem. If you could please be a bit more concise I may be able to help. JS AutoIt Links File-String Hash Plugin Updated! 04-02-2008 Plugins have been discontinued. I just found out. ComputerGetInfo UDF's Updated! 11-23-2006 External Links Vortex Revolutions Engineer / Inventor (Web, Desktop, and Mobile Applications, Hardware Gizmos, Consulting, and more)
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