d_b I would like to make a function semi-generic by passing it a string and using that string as part of variable and array names. The variables and arrays would all be predeclared. But I can't find a way to turn the string into a variable name. Thanks, D
Ross There might be a better way, but I use get() and set(), which require string names for variables.