First of all , sorry to waste a thread on this!

I can't remember how to do this...


when you dim something so in your code you can do it like..

dim item(size as string, link as string, value as string)


item.size = blah
item.link = blah
item.value = blah


Basicly so when you put a . it will show you the list of things you dimmed