[Gambas-user] To the wish list...

M0E Lnx m0e.lnx at ...626...
Fri Aug 21 21:34:42 CEST 2009


What I do also to avoid duplicates is check the array before you add
the new entry to it

IF MyArray.Find("YourString") = -1 THEN MyArray.Add("YourString")




More information about the User mailing list