variables that generate other variables

M

mtorres.f

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)
 
T

Tony Jollans

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)
 
Top