User-Defined Function descriptions (1 Viewer)

irish634

Registered User.
Local time
Today, 04:52
Joined
Sep 22, 2008
Messages
230
Can anyone tell me how to add a custom description to my user-defined functions?

As an example, see the attachment. I've outlined it in red. untitled.JPG

So if I write a custom function: Function COTH(byVal X as Double) as Double
How would I describe what the function is when a user calls it?

Thanks
 

irish634

Registered User.
Local time
Today, 04:52
Joined
Sep 22, 2008
Messages
230
Can anyone tell me how to add a custom description to my user-defined functions?

As an example, see the attachment. I've outlined it in red. View attachment 27877

So if I write a custom function: Function COTH(byVal X as Double) as Double
How would I describe what the function is when a user calls it?

Thanks

Ok. In my example, "Function COTH(byVal X as Double) as Double" I have been able to add the description information to COTH. Can anyone point me in the right direction to add a description for X?

Thank you.
 

Users who are viewing this thread

Top Bottom