Upon closer inspection it doesn't look like a bug, but nevertheless shows that if you only need to run a single command on a different frame the choice between the following two matters:
- :
- { }
Code:
clear all
version 16.0
sysuse nlsw88
tempname tmp
frame create `tmp'
display `"`: label occlbl 1'"'
frame default: display `"`: label occlbl 1'"'
frame `tmp' : {
frame default: display `"`: label occlbl 1'"'
frame default {
display `"`: label occlbl 1'"'
}
}
Best, Sergiy Radyakin
0 Response to Not obvious behavior
Post a Comment