I created a variable, and then entered text through the text input box, and printed it, and I found that the variable value would be followed by some garbled text, what should I do in this case? (There is no special character included…)
Hi,
Can you share screenshot?
And for investigating in details, can you try the following expression then share the result?
String.Join("," ,yourString.Select(Function(c) AscW(c).ToString))
Regards,
Hi,
Can you try the following expression then share it?
String.Join("," ,user_name.Select(Function(c) AscW(c).ToString))
Regards,