There is a question I have always wondered: why the member name of the Type variable can be a keyword, for example:
It would be great if the class could use keywords as property names.Code:Public Type MyType Type As String Boolean As Boolean End Type




Reply With Quote