There are a few values that can still produce that error.

//var %x $chr(32) | echo -a %x

Change from
echo -a %temptext
to
echo -a $len(temptext) $asc(%temptext) %temptext
and see what happens