On 22/12/2013 16:28, Richmond wrote: > > numToHex and hexToNum > function numToHex pNum local tHex get binaryEncode("H8", pNum, tHex) return tHex end numToHex Not quite as user-friendly, I'll admit, but it's possible at least.