hex.bmx 114 B

123456
  1. SuperStrict
  2. For Local t:Int=0 To 255
  3. If Not(t Mod 16) Print
  4. Print "decimal: "+RSet(t,3)+" | hex: "+Hex(t)
  5. Next