[QUOTE=marcel;62576]Might be an encoding problem.
Try with:
Qt Code:
To copy to clipboard, switch view to plain text mode
Sorry, still the same ....
![]()
[QUOTE=marcel;62576]Might be an encoding problem.
Try with:
Qt Code:
To copy to clipboard, switch view to plain text mode
Sorry, still the same ....
![]()
I think the "\" in test1 might be escaped. It is the only explanation.
Try :
See what is the value of c.
If it is then you only need to remove one \ from the string.
gboelter (9th February 2008)
[QUOTE=marcel;62579]I think the "\" in test1 might be escaped. It is the only explanation.
Thanks Marcel, you are right, that was the problem.
Guenther
Bookmarks