h := Format("{:#08X} {:#08x} {:#06x} {:#08x} {:#06x} 0x{:06x} ", 0, 1, 1, 0xffffff, 0xffffff, 0) i := Format("{:04} {:04} {:04} ", 4, +4, -4) MsgBox %h%`n%i% ; 00000000 0x000001 0x0001 0xffffff 0xffffff 0x000000 ; 0004 0004 00-4 Format("{1:#08x}", 0) doesn't insert x or X but 0. For any positive nu...