Dornii: Dezimalzahlen in Hexwerte

Hallo,

welche Funktion (JavaScript) wandelt Dezimalzahlen in Hexwerte um?

  1. Hallo,

    welche Funktion (JavaScript) wandelt Dezimalzahlen in Hexwerte um?

    var dez=255,hex;
    hex=dez.toString(16).toUpperCase();
    alert(hex); // FF

    MfG, Thomas

    --
    SVG - Learning By Coding
    http://svglbc.datenverdrahten.de/