>This is the wrong syntax: you're passing the *value* of myArray in >this case, which is going to be empty if it's really an array. I >think you wanted something like: >do "get" && fName & "(myArray)" A yes, indeed. This works. Thanks! I have discovered associative arrays just recently and finding more and more uses for them... Robert Brenstein