Hi - I'm using some of the macro lists described here: http://www.stata.com/manuals13/pmacrolists.pdf.
I'm wondering if I can create a NULL (empty) list "list0" such that
works (i.e., does not change the contents of "mylist"), for example. Is this possible?
I'm wondering if I can create a NULL (empty) list "list0" such that
Code:
loc mylist : list mylist & list0
Comment