Hi,
It seems I have a problem with encrytion. I don't want my strings to be encrypted to compare them with other stuff.
But even if I put the \"String encryption\" option to false and \"String encryption mode\" to none, it seems my strings has changed :
In fact, the end of string character (equivalent to '\\0') changed and now is a no-printable char !
So all my strings comparaisons will failed ...
How can I fix the problem ?
Thanks in advance.