Results 1 to 19 of 19

Thread: Why the member name of the Type variable can be a keyword?

Threaded View

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Aug 2020
    Posts
    1,844

    Why the member name of the Type variable can be a keyword?

    There is a question I have always wondered: why the member name of the Type variable can be a keyword, for example:

    Code:
    Public Type MyType
        Type As String
        Boolean As Boolean
    End Type
    It would be great if the class could use keywords as property names.
    Last edited by SearchingDataOnly; May 25th, 2021 at 04:53 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width