Searched refs:hhex (Results 1 – 2 of 2) sorted by relevance
110 col2Str = col2Str & hhex(v) & ", "138 b2Str = b2Str & hhex(b(i)) & " "271 Function hhex(b) As String function272 hhex = Right("00" & Hex(b), 2)
66 b = b & hhex(m_bytes(i)) & " "