Page 1 of 1

Displaying help for a subroutine

Posted: Mon Sep 05, 2016 5:07 am
by loulouviews
Hi,
Is there any way to display help for a subroutine ? So that the programmer can write some lines of code to explain how to use it (especially the type and nb of arguments).
I'm looking for something similar to Matlab :

Code: Select all

> help(addition)
>>> addition computes the sum of two scalars.
>>> Syntax : addition(arg1,arg2) etc.


Thanks !

Re: Displaying help for a subroutine

Posted: Mon Sep 05, 2016 8:36 am
by EViews Gareth
No.

Re: Displaying help for a subroutine

Posted: Tue Sep 06, 2016 1:32 am
by loulouviews
It couldn't have been more clear. Thanks