Hello,
I know that the code below would give the total number of variables contained in my varlist:
But is there any way that I can generate a list of variables in the current varlist along with their index number in the varlist (so that I can look up the index number of the variable of interest from the list, based on the variable name)?
Thank you,
I know that the code below would give the total number of variables contained in my varlist:
Code:
count `varlist'
Thank you,
Comment