Q
Quinn
If I have a procedure like
Sub SUB1 (i as integer, s as string)
end sub
how do I write some descriptions for i and s? that way when I call Sub1
there will be a pop toothtip to describe what i and s is.
Thank you.
Sub SUB1 (i as integer, s as string)
end sub
how do I write some descriptions for i and s? that way when I call Sub1
there will be a pop toothtip to describe what i and s is.
Thank you.