| Posted: 04:52pm 27 Sep 2020 |
Copy link to clipboard |
 Print this post |
|
Another noob question, is it possible to pass an array of values into a SUB without first assigning them to a variable? Something like:
MyCodeThatNeedsAnArray((1,2,3))
END
SUB MyCodeThatNeedsAnArray(paramArray() as Integer)
END SUB
As another noob question - is it possible to get the upper bounds of an array (I'm not trying to restart that Base 0 vs Base 1 discussion )
Thanks
elk1984 |