i ave one list of map:
es:
lista:
map1: cod-00001, barcode-123456789, desc-pippo, cost-1
map2: cod-00002, barcode-123456780, desc-pluto, cost-1
ecc.......
the metod:
dim m as map
m.inizialize
For i1 = 0 To Lista.Size - 1
m = Lista.Get(i1)
value = m.Get("barcode")
If value ="123456789" Then
Trovato=True
Exit
End If
Next
is veri slow !!!!!
there is a similar method to the indexof as for the list?
thanks in advance !!!!!
es:
lista:
map1: cod-00001, barcode-123456789, desc-pippo, cost-1
map2: cod-00002, barcode-123456780, desc-pluto, cost-1
ecc.......
the metod:
dim m as map
m.inizialize
For i1 = 0 To Lista.Size - 1
m = Lista.Get(i1)
value = m.Get("barcode")
If value ="123456789" Then
Trovato=True
Exit
End If
Next
is veri slow !!!!!
there is a similar method to the indexof as for the list?
thanks in advance !!!!!