Hello Statalist! This is my second post here; my first one ended up with quite helpful responses, so thank you.

This current question may actually be as much a stylistic one as anything else. I have a large number of survey questions (about 50) that, as a first step, I need to do solely -tab- or -fre- for. So I suppose one option would be:

Code:
tab Question1
tab Question2
tab Question3
tab Question4
tab Question5
And so on.

Is it possible (and desirable) to do this in a more efficient way, perhaps with a foreach loop (which I am currently in the process of familiarizing myself with)?

Thank you kindly!