I have tried using the following construction with if statements
. if varname == (1 | 2 | 3 ...)
But instead find that I must use
. if (varname == 1) | ( varname==2) | (varname==3)...
Which is more cumbersome.
Can anyone think of a better way to do this?
Thanks !
--
=========================================================
F. Michael Kunz, M.A.
Senior Research Associate
Center for Health Economic and Policy Studies
Medical University of South Carolina
Department of Health Administration and Policy
19 Hagood Avenue, 408 Harborview Tower
P.O. Box 250807
Charleston, South Carolina 29425