<< Click to Display Table of Contents >>
DocString |
Free text that enables documenting an object's functionality or features by the project's programmers. Example:
Sub CommandButton1_Click()
Docstring = "This button activates the system condenser."
MsgBox Docstring
End Sub