Argument Description

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do you add a description for theuser to see in the development
environment to describe each argument being passed into a procedure?


This does NOT work, but you get the idea of what I want to do:


Public Sub PrintName(<Description("Enter Your Name")>YourName as String)
msgbox YourName
End Sub
 
Zorpiedoman,

If you plan to go to VS2005 in that it is standard and very easy to do.

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top