for (var i = 0; i < 255; i++) { trace ("Symbol : [" + String.fromCharCode (i) + "] ASCII code : [" + i + "]"); }