
wfcreate(wf=example) q 2005:1 2012:4

' Read in quarterly data
read(b22, s=sheet1) "c:\\junk\example.xls" GDPCWPI CPAT CFOR CDSR

' Read in monthly data
read(b62, s=sheet2) "c:\\junk\example.xls" x1 x2


