Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I wonder how do *real* VBA Gurus (TM) implement an associative array.
I do it like this: - create array of keys - create separate arrray of values - create function GetValueByKey, which looks for a given key in the first array and returns corresponding element from the second one. - create function SetKeyAndValue... - create function RemoveValueByKey... Etc., etc., but this is very inefficient. There should be some smart way of implementing it... -- PL |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
arrays in arrays | Excel Programming | |||
Arrays | Excel Programming | |||
using arrays in vba | Excel Programming | |||
Help with arrays please | Excel Programming | |||
arrays again | Excel Programming |