|
#1
|
|||
|
|||
Special characters in step Write File
Hi
I used the Step Action WriteFile. The problem i have is: how can i use the character '[' or ']' there. when i execute this step, the visualbuild regognize this as a kind of macro sign and tries to resolve that (ends in a error, of course). |
#2
|
|||
|
|||
Use double [[ or ]] to insert a literal bracket char into a step property.
|
|
|