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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top