Hello everyone I am creating my first application in B4A and I noticed some differences with respect to visual basic'm used to.
my request is very simple, starting from the data read from my db
'Dim Cursor As dbcursor
'Dbcursor DBSql.ExecQuery = ("SELECT category FROM arguments")
my goal is to create a dynamic array that contains the data is not duplicated but I'm in trouble with the management of these arrays because I can no longer use ReDim Preserve to vb. Also, the syntax for my cycle loop (as written in vb) is incorrect.
What should I do?
thanks in advance
my request is very simple, starting from the data read from my db
'Dim Cursor As dbcursor
'Dbcursor DBSql.ExecQuery = ("SELECT category FROM arguments")
my goal is to create a dynamic array that contains the data is not duplicated but I'm in trouble with the management of these arrays because I can no longer use ReDim Preserve to vb. Also, the syntax for my cycle loop (as written in vb) is incorrect.
What should I do?
thanks in advance