Skip to content

Instantly share code, notes, and snippets.

@bbdaniels
Created January 9, 2020 22:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save bbdaniels/54c50d852cf9e3b712b5d8b7710b333c to your computer and use it in GitHub Desktop.
Save bbdaniels/54c50d852cf9e3b712b5d8b7710b333c to your computer and use it in GitHub Desktop.
Loop over letters in Stata (such as for putexcel)
forv i = 1/26 {
local theLetter : word `i' of `c(ALPHA)'
di "`theLetter'"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment