On di, 2012-08-28 at 20:18 +0200, Fabien Bodard wrote:
> 2012/8/28 Jussi Lahtinen :
> > Example:
> >
> > ''This line is visible in help window.
> > ''This second line too...
> > Public Sub TestSub()
> > ...
> >
> > So, put helplines before declaration of method/function/variable/etc.
> >
> > Jussi
2012/8/28 Jussi Lahtinen :
> Example:
>
> ''This line is visible in help window.
> ''This second line too...
> Public Sub TestSub()
> ...
>
> So, put helplines before declaration of method/function/variable/etc.
>
> Jussi
This is only available for class in the current project. For extra
libs the
Example:
''This line is visible in help window.
''This second line too...
Public Sub TestSub()
...
So, put helplines before declaration of method/function/variable/etc.
Jussi
On 27 August 2012 23:48, Willy Raets wrote:
> Hi all,
>
> Hope someone can help with this one. Seems to me an undo