June 1999
Intermediate to advanced
1368 pages
29h 45m
English
When creating Visual Basic object base names, remember that the base name must be descriptive even in the absence of its tag. For many programmers, the syntax Dim I As Integer for a loop variable is quite acceptable. Within LNC, however, the variable named I would become iintLoop. Single-character variable names—especially without tags—aren't allowed. Instead, create a list of short and standardized work variables to handle common daily needs. Table D.10 suggests the LNC approach to commonly used variables.
| Variable | Description |
|---|---|
| blnRet | Captures a true/false return value from a function call |
| cccDebug | Creates a conditional compilation constant for turning conditional debugging ... |
Read now
Unlock full access