While implementing the following task: open cmd → attach window (“Type Into” cmd window text: (A+B).ToString + “,” → close the application.
A and B are of type UiPath.Core.GenericValue.
I’ve got the following output in command line: 579?
Later I have tried this expression : (A+B).ToString +Chr(44) , and got the same result.
However when try this (A+B).ToString +Chr(43) , I’ve got proper ASCII character: 579+