Calling add-in with code
Posted: Wed Jun 28, 2017 1:37 pm
by TMSWang
Hi!
I am considering calling an addin with my code, as I need the urall but I can't see the package's code

.
Is there a way to call an add-in package?
Sorry I am still a starter at Eviews, so you may see me a lot here :D
Thank you!
Thomas
Re: Calling add-in with code
Posted: Wed Jun 28, 2017 1:41 pm
by EViews Gareth
If the add-in has a proc name defined (you can check from the Manage Add-ins->Edit dialog), you can use that proc to call the addin.
Of course that doesn't tell you any options or arguments the add-in may have. For that you'd need to refer to the add-in's documentation, or contact the author.
Re: Calling add-in with code
Posted: Wed Jun 28, 2017 2:31 pm
by TMSWang
If the add-in has a proc name defined (you can check from the Manage Add-ins->Edit dialog), you can use that proc to call the addin.
Of course that doesn't tell you any options or arguments the add-in may have. For that you'd need to refer to the add-in's documentation, or contact the author.
Thanks for your quick reply! the URALL doesn't have a doc actually...
I will try this one, Thank you!
:D