Sorry for this noob question but i have to convert one of my vb6 project to b4a and i have to convert this
then in code i have to use vale like this
how to convert this? thanks in advance
HTML:
Public Type Giocatore
Carta As Integer
Seme As Integer
FileCard As String
End Type
then in code i have to use vale like this
HTML:
Dim CartaMazzo(1 To 40) As Giocatore
CartaMazzo(i).Carta
how to convert this? thanks in advance