vb:
  asc:::::::::::::::::::::::::::::ord
     
     If Asc(Mid(Hex$(N), j, 1)) > 64 And Asc(Mid$(Hex$(N), j, 1)) < 71 Then
            GoTo find
        End If        if (Ord(copy(s,j,1)) >64) and (Ord(copy(s,j,1)) <71) then
          goto find;