I am just starting to use modules, anyway, I want my product's name to be in a constant, so I can easily change it later on, can I declare it in a module? If I put like "Public const THE_PRODUCT_NAME = "WordPadX v1.0" then I try to use it in a form, it says (variable not definied).
also what is the difference between global and public?
