FindByName

Declaration:T2DArrayStack.FindByName (Name: string): integer;
The function FindByName searches the stack for an array whose name is Name. The search is not case sensitive and returns a positive number (between 1 and NumEntries) if the array has been found and a value of -1 if there is no such array on the stack.