You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 3, 2023. It is now read-only.
I'm trying to document some aspects of VBA. In particular, I'm trying to document VarType.
To this end, I would like to examine the source code for the Information class in the .NET framework namespace of Microsoft.VisualBasic. Unfortunately, the source code for the VarType function appears to be unavailable—only the prototype for the function appears to be released by Microsoft's Reference Source site. [EDIT - have now actually found official Microsoft release of source code here.]
Can Mono help with this? Perhaps you could give me advice on how to discover how VarType functions. I've already consulted the VBA documentation (including the language specification), & internet searched regarding this issue extensively. I've created a Stack Overflow question regarding a particular query regarding VarTypehere.