InterviewSolution
Saved Bookmarks
| 1. |
How Can We Fix Multiple Variables? |
|
Answer» More than one VARIABLE can be set at once with these commands by INCLUDING SUPPLEMENTARY variables and value pairs, separated by SPACES the following example: .set ENV My Group “X=5” “X2=45.” More than one variable can be set at once with these commands by including supplementary variables and value pairs, separated by spaces the following example: .set env My Group “X=5” “X2=45.” |
|