stata
- local cellpos 0
- local cellpos `"=`cellpos'+5000"'
Mata
- mata:
- mata clear
- void test() {
- stata("local cellpos=0")
- for(i=1; i<=2; i++) {
- stata("local cellpos" `=`cellpos'+5000')
- }
- st_local("cellpos")
- }
- end
- mata: test()


雷达卡



京公网安备 11010802022788号







