Forum Discussion

nnguyen_1's avatar
nnguyen_1
Contributor
13 years ago

Show correct unicode strings in debug watch/local for vbscript, is it possible?

I'm using VBScript + TestComplete 9.3. Currently, I cannot find a way to show unicode strings as it is in debug mode. However, when I use string comparision, it works. '

Is it possible to show correct unicode strings in debug mode?



e.g: My testing string is: "19124 ὕαλον ϕαγεῖν   Rd."







If I compare like this, the result is correct.

If UCase (Trim (objPatient.Address)) = UCase (Trim ("19124 ὕαλον ϕαγεῖν   Rd.")) Then

   MsgBox "Value comparision is correct."

End If



Thanks for your anticipation. 





2 Replies