arraylast( in theory

David Thompson dthmpsn1 at uiuc.edu
Sat Feb 23 11:32:48 PST 2008


>At 11:28 AM -0600 2/23/08, David Thompson wrote:
>>"abcd"["-.",-1][".",-1][2,-1]
>
>Actually  "abcd"["-.",-1][2,-1] will do it and that's the method I've
>resorted to.

When I tested it,

"abcd"["-.",-1]

returned

abcd

and

"abcd"["-.",-1][2,-1]

returned

bcd

which is why I wrote it the way that I did.

Dave


More information about the Qna mailing list