
In my initial video I talked through how & why to use AutoHotkey functions as well as how to return one value from a function. This video will demonstrate how to Return Multiple Values from AutoHotkey Functions via the byRef command. You can also return multiple values by returning an Object or an Array which can hold any-number of values.. The byRef command can seem a bit tricky at first, but it really is an easy way to return many values from a function. My next video will cover using the Include command


