Code:
webuse stackxmpl, clear . list +---------------+ | a b c d | |---------------| 1. | 1 2 3 4 | 2. | 5 6 7 8 | +---------------+ . . stack a b c d, into(e f) clear . list +----------------+ | _stack e f | |----------------| 1. | 1 1 2 | 2. | 1 5 6 | 3. | 2 3 4 | 4. | 2 7 8 | +----------------+
0 Response to stack/unstack?
Post a Comment