"EnTerr" wrote:
We just demonstrated rummaging in linear fashion being 100x slower.
OK that's great, the reason I have an array and not an Associative array is that I'm using the 'split' function on a string that's comma separated values stored in roRegistry.
Is there a convenient way to store an AA in registry? Update: It appears there is,
FormatJsonthanks EnTerr
in this particular case, this array will never have more than 10 elements;
if meHeartyarray.Count() > 9
' already have 10 saved in meHeartyarray, drop the oldest'
meHeartyarray.shift()
end if
aspiring