Search found 3 matches
- Fri Jun 05, 2015 11:03 am
- Forum: Programming
- Topic: Adding a counter to write options?
- Replies: 5
- Views: 4006
Re: Adding a counter to write options?
I don't see anywhere where you have defined what %i is You are right, I think I got it this time. ' Export data to Excel group gru_{%r{!i}} vol_{%r{!i}} var_{%r{!i}}_1p fluopnet_{%r{!i}}_pf %range = !i+"!a1" wfsave(type=excel,mode=update) "C:\Users\xxx\Desktop\GARCH_xxx\vol_g.xls&quo...
- Fri Jun 05, 2015 9:46 am
- Forum: Programming
- Topic: Adding a counter to write options?
- Replies: 5
- Views: 4006
Re: Adding a counter to write options?
Ok, so I came up with this: cd "C:\Users\xxx\Desktop\GARCH_xxx" ' Set parameters %start = "1" %end = "20" wfopen 200 %r1="200" %r2="480" for !i=1 to 2 PAGESELECT {%r{!i}} mode quiet smpl @all smpl 3 1804 equation garch11.ARCH(DERIV=AA) FLUOPNET_{%r{!...
- Thu Jun 04, 2015 3:00 pm
- Forum: Programming
- Topic: Adding a counter to write options?
- Replies: 5
- Views: 4006
Adding a counter to write options?
Hello everyone, I need help with this code i've been working on. cd "C:\Users\xxx\Desktop\GARCH_xxx" wfopen 200 %r1="200" %r2="480" for !i=1 to 94 PAGESELECT {%r{!i}} 'mode quiet smpl @all smpl 3 1804 equation garch11.ARCH(DERIV=AA) FLUOPNET_{%r{!i}} C TIME SF_D SF_S SF...
