Compliation Errors Argument value need End of expression Any suggestion

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.