Author: nicosalamanca

  • Manipulating variable labels

    Occasionally we want to use variable labels in loops or we want to apply them to other labels. a very simple local syntax function for that is local localname: variable label varname. As an example, suppose that I have three variables (x, y, z) with their respective labels. I want to create three other variables […]