Closed austinbean closed 3 years ago
I am trying this instead:
if nm == 2010 {
tostring fac_psych_ind , replace
}
Seems to work. But now there is another error.
Holy shit this is handy. I had no idea you could start commands with an if statement!
Can’t thank you enough for dealing with all these errors. Much appreciated.
From: Austin Bean @.> Date: Saturday, April 17, 2021 at 12:00 PM To: austinbean/bpci @.> Cc: mollycandon @.>, Mention @.> Subject: Re: [austinbean/bpci] no if allowed w/ tostring (#13)
I am trying this instead:
if nm' == 2010 { tostring fac_psych_ind , replace }`
Seems to work. But now there is another error.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/austinbean/bpci/issues/13#issuecomment-821862372, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AMIJIKNCPTB5V27XOT5BGPLTJHECNANCNFSM43DJYLRQ.
@mollycandon
tostring fac_psych_ind if year == 2010, replace
if not allowed