in reply to Re: Re: Re: Getting last valid index from a particular list in a @LoL
in thread Getting last valid index from a particular list in a @LoL

That gives last index *in* the longest array, not the index *of* said array, which is what was asked for. In otherwords, he's trying to locate the longest array, not necessarily find out how long it is.

Update: merlyn's new code address the issue, nicely....

-Blake

  • Comment on Re: Re: Re: Re: Getting last valid index from a particular list in a @LoL