#Language Comment
SyntaxGroup
DeclarationDescription
Selects enhanced Visual Basic for Applications(TM) compatibility.Limitations
Including this special comment enables these enhancements:If this special comment is not included then the macro/module is parsed using '#Language "WWB-COM" rules without the enhancements.
- Data Types: Decimal, SByte, UHuge_, UInteger and ULong.
- Instructions: Return
- Conversion Functions: CSByte, CUHuge_, CUInt and CULng.
- Operators: AndAlso, IsNot and OrElse.
Language reference by group:
Syntax and execution is not guarenteed to be the same as VBA.VersionProjects: A '#Language comment in a project's module is a syntax error. The project itself contains the '#Language comment for all the modules in the project.
- Execution is restricted to a single thread.
Available for WinWrap Basic version 9.1 or higher.Sandbox
Sandbox mode blocks this language. Sandbox mode is controlled by the host application. End users can not change it.