Hash table

hi,

how can i make a hash table to link a lot of values to strings.

regards

Maybe write a dynamic plugin using C#'s dictionary (http://dotnetperls.com/dictionary-keys)

… for the input pins: pass in two spreads: one for the keys and one for the values. Oh yeah and a third value for the key you want to look up.

update: see attached file. don’t use this technique with large data sets.

hashtest.zip (10.4 kB)