09.02.2009, 19:30
Well you check the variable housestuff in the IF statement, but it has no value, because you've declared it after the if statement.
housestuff = strval(tmp); must be before the if statement
housestuff = strval(tmp); must be before the if statement