I need to place a local inside another local and have a string inside these two locals. Something like this:
I get an error invalid syntax. If I remove quotations around brand then I get Subaru not found. any help would be greatly appreciated.
Code:
sysuse auto local brand="Subaru" local restrict = " if make == "`brand'" " sum turn `restrict'
Comment