Code: Select all
wfsave(t=excelxml, mode=update, noid) MyFile.xlsx nonames range="Sheet1!B5" byrow @keep segdp dkgdp nogdp figdp isgdp @smpl 2000 2012Moderators: EViews Gareth, EViews Moderator, EViews Jason, EViews Matt
Code: Select all
wfsave(t=excelxml, mode=update, noid) MyFile.xlsx nonames range="Sheet1!B5" byrow @keep segdp dkgdp nogdp figdp isgdp @smpl 2000 2012Code: Select all
close @all
wfcreate q 1980 2013
smpl 1980 2010
series segdp=1
smpl @all
wfsave(t=excelxml) k:\Stab\testQ.xlsx range="Sheet1!B5" byrow @keep segdp
group alla *
pagecontract if @robs(alla)>0
smpl @all
wfsave(t=excelxml,mode=update) k:\Stab\testQ.xlsx range="Sheet2!B5" byrow @keep segdpCode: Select all
save(type=text) "D:\Exit1.txt" @keep SeriesAlpha1
write(t=txt, nonames) d:\Exit2.txt SeriesAlpha1or"Pre('1') = 1"
"Pre('2') = 7"
"Pre('3') = 6"
"Pre('4') = 5"
"Pre('5') = 4"
respectively. What I would like is a file containing the content of the series without quotes (as the second one) but withot the name of the alphaseries.SeriesAlpha1
Pre('1') = 1
Pre('2') = 7
Pre('3') = 6
Pre('4') = 5
Pre('5') = 4
Code: Select all
wfsave(type=text) myfile.txt nonames @keep seriesalpha1
Users browsing this forum: No registered users and 1 guest