Public Array

Cant figure out out to make an array Public?

Dim myarray(10) as Text

Property does not allow the (10)

Do you mean a public property of an iOSView? Just declare MyArray() as Text as a public property and then dimension it as required in a method of the iOSView, e.g. in the Constructor method.