Accension Posted May 23, 2008 Posted May 23, 2008 Can I pass a variable by reference? I need to send in two variables to a function and get two variables back. Couldn't find it in the docs in functions nor searching in for "pass by reference"
Developers Jos Posted May 23, 2008 Developers Posted May 23, 2008 (edited) Guess you mean the ByRef option ? Func functioname ( [Const] [byRef] $param1, ..., [Const] [byRef] $paramN, $optionalpar1 = value, ...) ... [Return [value]] EndFunc Edited May 23, 2008 by Jos 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.
Accension Posted May 23, 2008 Author Posted May 23, 2008 Guess you mean the ByRef option ?Yes, you're right! duh. Sorry for my newbness.
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