LogFileName “_” + “(“strTime”).ToString”
Hello @mahadev.biradar ,
The expression is not right, I believe.
Maybe this is better:
LogFileName+“_”+strTime.ToString
If not correct, what exactly name you want to achieve?
I hope it helps.
Vasile.
LogFileName “_” + “(“strTime”).ToString”
Hello @mahadev.biradar ,
The expression is not right, I believe.
Maybe this is better:
LogFileName+“_”+strTime.ToString
If not correct, what exactly name you want to achieve?
I hope it helps.
Vasile.