Page 1 of 1

Access unknowing equation in the workfile

Posted: Thu Oct 06, 2011 1:02 pm
by ducktwo
I've opened specific workfile among many workfiles using "wfopen".
Because I have many workfiles to run and the equation names is varied, I try to batch-run the equation without directly recognizing the name of equation in the workfile.
So, I try to get the name or name list of equation in the workfile when it is opened by "wfopen".
However, I have no idea to access the information of equations in the workfile.
Please help me to do this.
Thank you for your help in advance

Re: Access unknowing equation in the workfile

Posted: Thu Oct 06, 2011 1:18 pm
by EViews Gareth

Code: Select all

=@wlookup("*", "equation")

Re: Access unknowing equation in the workfile

Posted: Thu Oct 06, 2011 1:21 pm
by ducktwo
Thank you. I also get the solution in the command reference right now.