P
Peter
I have a function like this:
Public Function HearThis(byval strWords as string, byValue
strTimesSaid) as string
end function
Is there anyway to input a message into the function that would be
seen in the programming enviornment? ...other than naming the
variables
IE. HearThis('do not enter in mean word myString, myCount)
-Peter
Public Function HearThis(byval strWords as string, byValue
strTimesSaid) as string
end function
Is there anyway to input a message into the function that would be
seen in the programming enviornment? ...other than naming the
variables
IE. HearThis('do not enter in mean word myString, myCount)
-Peter