ðHgeocities.com/Baja/Dunes/7592/vbcc5.htmgeocities.com/Baja/Dunes/7592/vbcc5.htm.delayedx MÔJÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿȰoÙ;OKtext/html° h;ÿÿÿÿb‰.HFri, 10 Jul 1998 01:16:18 GMT‚Mozilla/4.5 (compatible; HTTrack 3.0x; Windows 98)en, * MÔJ;

Visual Basic Naming Conventions

Page 5

Previous Page | Home Page | VB Page | Next Page

Some Specifics
Follow these guidelines when writing your code. Documentation
One of the best sources of documentation is the code itself. If you follow specific coding standards throughout your application and thoroughly comment your code, you are making your program more readable and providing valuable information to yourself and to other programmers that might have to make modifications later.

Formatting
Follow these rules when formatting your code: End-of-Line Comments
End-of-Line comments should be used to annotate variable and constant definitions.
	Dim nX As Integer     ' used to index record counting loop

Page 5

Previous Page | Home Page | VB Page | Next Page