I would really much like a setting in HMS, so variables doesn't get parsed, but just written as is.. I have many CommentLines that needs to be updated.....
So, if I want to set CommentLine2 = %udv_myvariable%, that will be the new value of CommentLine2 instead of the value of the variable..
E.g.:
%udv_myvariable% = USA
Result today after script:
CommentLine2 = USA
Wish with function enabled:
CommentLine2 = %udv_myvariable%
Hope this makes sence..
