Skip to main content
Docs
Const statement
Declares constants for use in place of literal values. Syntax [ Public | Private ] Const constname [ As type ] = […]