If I've counted correctly, there are no functions in Stata that can take varlists as arguments, but there are six functions in Stata that can take what are effectively varlists:
- max()
- min()
- missing()
- inlist() (with the max argument size caveat)
- recode()
- irrecode()

Comment