Collections don't work that way.
What you do is create a class for the field items, add the values to
the class, then add the instance of the class to the collection.
' Gambas Class File
' This class is going to be added to a collection
Public Field1 AS String
Public Field2 AS String
Public Fie
Hello,
how can i do something like this
Public mycollection as new collection = [field1 = "test",field2="test2"]
?
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux bas