ASKER
ASKER
ASKER
Visual Basic is Microsoft’s event-driven programming language and integrated development environment (IDE) for its Component Object Model (COM) programming model. It is relatively easy to learn and use because of its graphical development features and BASIC heritage. It has been replaced with VB.NET, and is very similar to VBA (Visual Basic for Applications), the programming language for the Microsoft Office product line.
TRUSTED BY
There is an AddressOf() operator, but it only refers to functions.
You could consider using an array of variables, with named constants to help with readability, perhaps using an Enum class
Dim YesNo(2) as Boolean
Enum MyBool (YesNo00, YesNo01, YesNo02)
YesNo(YesNo01) = true