Im not sure where you are running into problems with this--but then again, Its too early, and I have been up too long--🙂
Anyway...just loop across the array in any way you like, and then within the loop
loopstruct{
$array[$whatever]=stripslashes($array[$whatever];
}
with $whatever being your array key