Page 1 of 1

Search Array

Posted: Sat Oct 18, 2014 4:53 am
by makeshyft
Hi Runrev,

A SearchArray function that returns the full array reference of a match.

like

put SearchArray("apple") returns

MyArrayName["Fruits"]["Red Ones"][1]["name of fruit"]

or multiple lines, 1 reference on each line.

I think I will build a function like this anyways..... but if it was built into the engine I am sure it will work much better and faster.

Ty for all the hard work.