14-03-2007, 01:16 AM
Great tutorial dude.. I would just like to add to this very good tutorial is that adding spaces between certain lines of code helps distinguish between certain sections.. Adding spaces is just something i do, i dont know anyone else who does it.. But it does help dramatically.. For example.. Sorry Verrigan im using one of your examples here..
Declaring Variables In a Procedure
I think nesting is considered good programming practice.. I cant remember the exact words my teacher used.. But yeah.. Something like that.. :wink:
Again, great tutorial mate..
Declaring Variables In a Procedure
Code:
Private Sub cmdSelectChar_Click()
Dim YesNo As Byte
'Your code goes here. (Yes, you should even nest your comments. :))
End Sub
I think nesting is considered good programming practice.. I cant remember the exact words my teacher used.. But yeah.. Something like that.. :wink:
Again, great tutorial mate..