| *Tip:
There are three types of variables in vTask: 1) User Variables, such as %foo. These are your variables. 2) System Variables, such as {clipboard}. These are read-only values. 3) Environment Variables, such as %PATH%. These are read-only operating system values. |
| *Tip:
See the Tools - Options screen for information regarding
the persistence of variables with "Reset variables between runs".
|


| *Tip:
There is no distinction made in vTask between numeric and text variables.
They can be used interchangeably.
|

|
%foo = %foo + 10 |



