then maybe this could help ..
Code:
var temp[3];


Important part here is that you have to declare it first in the function , BTW if you declare temp like "var temp;" temp is not zero in lite-c .