B4X:
Dim oItems As List
Dim arrGroups() As String
oItems =p.NextArray
For i = 0 To oItems.Size - 1
oRowMap=oItems.Get(i)
sValue =oRowMap.Get("sValue")
sDescription=oRowMap.Get("sDescription")
.... Redim Preserve gives me a syntax error
Next
ashGroups.Initialize("Groups","Pick A Group","Cancel",arrGroups)
I am getting an error, Redim is undeclared
Is Redim not available in b4i
Last edited: