Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
An End Select statement occurs without a corresponding Select or Select Case statement. End Select must be preceded by a Select or Select Case statement.
Error ID: BC30088
To correct this error
If this Select block is part of a set of nested Select blocks, make sure each block is properly terminated.
Verify that other control structures within the Select block are correctly terminated.
Check that this Select block is correctly formatted.