Describing a User-Made Function/sub

ThomasT

Member
Joined
Aug 7, 2010
Messages
11
Programming Experience
1-3
Hi
I want to Describe my functions/subs that i create and also the Arguments(byval/byref)
for example system.math.round says in the tooltip "rounds a double-precision value to the nearest integral value" I want to Know how to do that and how to describe the args
eg. system.math.round(50.5 gives you d: a decimal number to be rounded.

can anyone help me with this
i hope i made myself clear enough
sorry for bad english
 
Back
Top