Does extract() work on multidimensional arrays? IOW, I have an array like... array($elem1=>array($val1,$val2),$elem2=>$val3) ...from which I'd like to extract $elem1 and $elem2. Should this be possible with extract()? The docs just say the function takes an array as a parameter, but don't specify whether or not the array can have more than one dimension. Since I'm having trouble making this work, I have a feeling the answer is no, but wanted to double-check in case it's actually my code that's at fault. TIA! -- CC -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]