Setting multiple variables

You can set more than one variable at the same time with these commands by including additional variable and value pairs, separated by spaces, as in the following examples:
.set env MyGroup "X=5" "X2=45"
.bset env "Y=7" "CompilerVersion=4.511"
.tset env "Z=9" "Z2=54"

Feedback