How do I program the equivalent of the VB command
e.g.
Bob
Later------------------------------------------------
How do I correct a typo in the heading?
Code:
Public Function TypeName(ByVal VarName As Object) As String
myType = TypeName(myMysteryVariable)
where myType will be string corresponding to the variable type (e.g. "Rectangle")
where myType will be string corresponding to the variable type (e.g. "Rectangle")
Later------------------------------------------------
How do I correct a typo in the heading?
Comment