Quantcast
Viewing all articles
Browse latest Browse all 15744

Weird Little Glitch

Here's a weird glitch I've never run across before:

Code:


Option Explicit

Enum test
    a$
    b$
    c$
End Enum

Private Sub Form_Load()
    Debug.Print c, TypeName(c)
End Sub



That code runs just fine, and the Enum variables all report as Long types. I guess the single character typing is ignored.

Viewing all articles
Browse latest Browse all 15744

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>