
|
Adding Line Numbers To Your Code You probably know you can comment your code using the apostrophe character or the REM statement. Did you know that you could number your lines of code? You can, and it's easy. Just add the number to the beginning of each line of code. For instance, the procedure Private Function GetCount() becomes, Private Function GetCount() There are only a few rules to remember when numbering your code: * Numbers must appear at the very beginning of your line
of code.
|
||||
| Tips Index | ||||
![]()