TW #86 — Hexadecimal 101 (chinaski)
A newcomer's explanation of hex for trackers: base 16 with digits 0–9 and A–F, a 0 prefix or h suffix marks a hex value, and a two-digit value is the second digit × 16 plus the first (02Eh = 2×16 + 14 = 46 — the article's own arithmetic says 40, a slip). Trackers rarely need values above FF; keep a chart or calculator handy until it is "ingrained into your head". He blames inadequate ST3 and incomplete FT2 documentation for delaying his start.