~Phil NimtumivernivuMay 24, 2011, 9:10 PM30 PostsRe: I should add ... Sure there's a native way in JS to test is something is an array: if (value instanceof Array) { <DoYourThing>} Works great. /J