You can create local variables to serve temporary or special purposes in specific computations or dialog scripts.
You can reorder (or remove) a local variable from the Locals list by right clicking on a local variable and selecting the operation from the menu.
You can define a local variable that has the same name as a regular variable elsewhere in the component file. In such a situation, HotDocs recognizes the local name before looking for the other component. For example, suppose you have a computation variable that defines a local variable called “Temp Number,” and there is also a number variable called “Temp Number” defined in Component Manager. If you refer to “Temp Number” within the computation where the local is defined, you will get the local answer associated with it. However, referring to “Temp Number” in the template, or in another script, will retrieve the regular answer from the answer file.