Protected Dim array error
Posted: Sun Sep 03, 2006 9:53 pm
I have a recursive procedure with an array I want to declare as Protected. In Windows this works OK:
Protected Dim MyArray.s(5)
but in Linux it gives an error. How do I do this?
Protected Dim MyArray.s(5)
but in Linux it gives an error. How do I do this?