Hi,
I want to loop over 150 variables, which has the format like code_001, code_002, ....., code_150. I've tried:

foreach i in 001/150
or
forvalues i in code_001-code_150
or
foreach i in 001-150

However, none of them works.
Could you please help me to correct the syntax.
Thank you!