Code:
FUNCTION RedimMyArray (Z() AS anthing, newubound AS LONG) AS LONG REDIM Z(newUbound) END FUNCTION
It basically HAS to work. It's also the basis for....
Single Function to process any array type (CC3/Win7+) 12-17-03
There's only one way it WON'T work, and that should not occur unless you are using a mixture of PB/DLL 5/6x with PB/Win 7+ AND you are passing a UDT array.
Leave a comment: