StormMedic85
Programmer
Within a subroutine, I need to pass in two parameters...a current value (which will be passed in from the value array), and the previous value (the element in the value array BEFORE the current element). I need it to do this for every function call. Any suggestions? The array length varies each time the program is ran so I can't simply use @value[x], where x is the element number.
Thanks very much for any help!
Thanks very much for any help!