Page 1 of 1

import of output of a Visual Basic program

Posted: Sun Nov 04, 2012 3:23 am
by janvanderpeet
Hello,
I am new to EViews7 and made an array in Visual Basic 6.0 with price information of stock returns in text format. I want to import this array in EViews7 and make a variance-covariance matrix of it in EViews data format. I know how to import a file in EViews, but not how to an array from Visual Basic. I cannot cut and paste it. I only have the returns array, but have no file of it. How do I solve this?


Jan van der Peet

Re: import of output of a Visual Basic program

Posted: Sun Nov 04, 2012 9:28 am
by EViews Gareth
Are you using COM to connect Visual Basic to EViews?

Re: import of output of a Visual Basic program

Posted: Mon Nov 05, 2012 12:22 pm
by janvanderpeet
Yes, I do.


Jan

Re: import of output of a Visual Basic program

Posted: Mon Nov 05, 2012 12:26 pm
by EViews Gareth
You probably want the application.PutGroup method then. Details are found in the COM whitepaper:
http://eviews.com/download/whitepapers/ ... mation.pdf