Al compilar me da error con el operador ^^ 驴como puedo solucionar la siguiente funci贸n?
function ...
cHex := ""
cChar := ""
For Each cChar IN cResposta
if HB_EnumIndex( cChar ) < Len( cResposta )
if HB_EnumIndex( cChar ) == nStartEvaluate
cHex := cChar
endif
cHex := cHex ^^ cResposta[ HB_EnumIndex( cChar ) + 1 ]
endif
next
return cHex