#Language Special Comment

Syntax              '#Language "WWB-COM"

Group                Declaration

Description       Selects enhanced Visual Basic for Applications(TM) compatibility.

Including this special comment enables these enhancements:

•  Data Types: Decimal, SByte, UHuge_, UInteger and ULong.

•  Instructions: Return

•  Conversion Functions: CSByte, CUHuge_, CUInt and CULng.

•  Operators: AndAlso, IsNot and OrElse.

If this special comment is not included then the macro/module is parsed using '#Language "WWB-COM" rules without the enhancements.

Language reference by group:

•  Declaration, Data Type, Assignment

•  Flow Control, Error Handling

•  Conversion, Variable Info, Constant

•  Math, String, Object, Time/Date, File

•  User Input, User Dialog, Dialog Function

•  DDE, Settings, Miscellaneous

•  Operator

Version             Available for WinWrap Basic version 9.1 or higher.