Not neccessarily. You can always have your array in a single string (or a list and so on), with items coded with separator character in between. Then you can use regex.split inside a populating loop.
mc73, thanks.
Certainly, I know this way, but in B4PPC I can set multidimension array values, as shown in the first post.
And I thought that in the B4A there is such possibility with similar syntax...
In my situation it's simpler to use two arrays than to parse string values with RegEx.