sandman Posted August 25, 2007 Posted August 25, 2007 As in BitOR:BitOR ( value1, value2 [, value n] )How can I use this with my functions? [center]"Yes, [our app] runs on Windows as well as Linux, but if you had a Picasso painting, would you put it in the bathroom?" -BitchX.com (IRC client)"I would change the world, but they won't give me the source code." -Unknownsite . blog . portfolio . claimidcode.is.poetry();[/center]
martin Posted August 25, 2007 Posted August 25, 2007 As in BitOR:How can I use this with my functions?I don't know how it's done with BitOr, but if you have a maximum number of parameters you can simply set defaults for the second and upwards. I would pass an array instead of a series of parameters. In the function you can use UBound($Arraypassed) to find out how many parameters. 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