On Mon, Dec 1, 2008 at 4:19 PM, llee <larry at workingwondersus.com> wrote: > Is is possible to index the elements within a tuple using strings? > Something similar to the way that associative arrays allow elements to be indexed using strings. > No, because that makes no sense. What does tuple["string"] mean, anyway?