InterviewSolution
Saved Bookmarks
| 1. |
What Is Variable Defaults? |
|
Answer» You can SET DEFAULT values for VARIABLES by adding !default flag to the end of the variable value. It will not re-assign the value, if it is ALREADY assigned to the variable. You can set default values for variables by adding !default flag to the end of the variable value. It will not re-assign the value, if it is already assigned to the variable. |
|