Hi,
Im working with a collection (mlistaactivos) and I need to dynamically
"fill" the collection, but the code below doesn´t work. Any idea
mlistaactivos(i).s & VectorFondos(i)
Tony Jollans - 05 Oct 2006 19:07 GMT
Can you explain a bit more; I can't see what you expect the statement to do.
To add something to a collection use
mlistaactivos.Add <Item>,<Key>
--
Enjoy,
Tony
Hi,
Im working with a collection (mlistaactivos) and I need to dynamically
"fill" the collection, but the code below doesn´t work. Any idea
mlistaactivos(i).s & VectorFondos(i)