I want to do this but it won\'t compile:
Public MyVariable as Integer = 123
What\'s the best way of achieving this?
You can define the variable in General Declarations and then initialise it in the first event that fires in your environment.
Alternatively, you could create yourself a class with the relevant properties and initialise them in the Initialise method