News

You can create your own macro variables, change their values, and define their scope. You can define a macro variable within a macro, and you can also explicitly define it as a global variable, by ...
After a macro variable is created, you typically use the variable by referencing it with an ampersand preceding its name (& variable-name), which is called a macro variable reference. These references ...