C
Craig Hardcastle
hi,
im wanting to add comments to my sub's and functions so that when you
call them, in the hint/tooltip that appears, you get an explaination
for each parameter.
for example if you type the follow:
string.Copy("hello")
you get a hint/tooltip:
-------------------------------
|Copy(str As String) As String|
|str: |
|The Sytem.String to copy. |
-------------------------------
is there anyway i can do this for my parameters in my subs and
functions?
thanks,
craig.
im wanting to add comments to my sub's and functions so that when you
call them, in the hint/tooltip that appears, you get an explaination
for each parameter.
for example if you type the follow:
string.Copy("hello")
you get a hint/tooltip:
-------------------------------
|Copy(str As String) As String|
|str: |
|The Sytem.String to copy. |
-------------------------------
is there anyway i can do this for my parameters in my subs and
functions?
thanks,
craig.