table @ 1 = someValue table @ "label" = someValue table @ end = someValue -- where end is reserved (also start?) value = table @ 1 value = table @ "label" etc.... Ok, so my Smalltalk roots are showing... ;-) Dave LeBlanc Seattle, WA USA