On 22/12/13 18:51, Fraser Gordon wrote:
> 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.
Jolly useful; Thanks for that.
Richmond.