Nomor naskah ke string hex
var g: number = 255;
alert(g.toString(16));
Knerbel
var g: number = 255;
alert(g.toString(16));