str = String.fromCharCode(0x02)+String.fromCharCode(0x00)+String.fromCharCode(0x02); i = 0; while( i < str.length )trace(str.charCodeAt(i++));