Rated
Read 25,863 times
Contents
Related Categories
Constants - Introduction
Introduction
You may also find that you will want to
store long strings or values that will not ever change. For example, you may give a
standard error message when the floppy disk is not inserted. You can use a constant to
store this value, and instead of entering the string in over and over again, you can just
call the constant instead.
James first started writing tutorials on Visual Basic in 1999 whilst starting this website (then known as VB Web). Since then, the site has grown rapidly, and James has written numerous tutorials, articles and reviews on VB, PHP, ASP and C#. In October 2003, James formed the company Developer Fusion Ltd, which owns this website, and also offers various development services. In his spare time, he's a 3rd year undergraduate studying Computer Science in the UK. He's also a Visual Basic MVP.
Comments
|