COM automation
Posted: Wed May 29, 2013 4:15 am
Hi,
1. I would like to execute multiple statements concatenated to a string in .NET.
What symbol would denote the line break or beginning of the next command? The following syntax returns an error message:
string s = "wfopen c:\mywork.wf1" + " pageselect page1 " + " equation eq1.ls a b c "
app.Run(s)
2. I wonder whether the COM automation will be supported in the next versions of Eviews?
1. I would like to execute multiple statements concatenated to a string in .NET.
What symbol would denote the line break or beginning of the next command? The following syntax returns an error message:
string s = "wfopen c:\mywork.wf1" + " pageselect page1 " + " equation eq1.ls a b c "
app.Run(s)
2. I wonder whether the COM automation will be supported in the next versions of Eviews?