Message 1 of 8
using collection for more than one parameter

Not applicable
09-24-2004
04:09 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
i got a set of data. x,y,z coordinate and an identifier text string.
i created a collection
Dim liste_text As New Collection
liste_text.Add nokta(0), yazi 'x coordinate of the text string.
how am i gonna add the nokta(1) and nokta(2) to that collection.
any idea?
thnx.