Page 1 of 1

Protected Dim array error

Posted: Sun Sep 03, 2006 9:53 pm
by raygr
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?

Posted: Mon Sep 04, 2006 10:13 pm
by raygr
OK, I figured it out. Protected arrays are a new version 4 feature :?

Roll on PB4 for Linux...