Pros and cons of using %Variable%MyVar% vs %MyVar%? [SOLVED]

The manual probably says it best:

You can also use a short form of just %Variable Name% to include variables as long as the variable exists and has a value and there is no corresponding text token, although generally it is better and clearer to use the longer form %Variable%Variable Name% .

2 Likes