How to Insert line number in VB
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
Hi How to insert line number in VB6.0. Ex: 1010 msgbox("Hi") 1020 msgbox("Hello") 1030 msgbox("Hello2") Paritosh
Why??? It's such an outdated concept. You really shouldn't be doing it. In properly written code, you just don't need them at all. Labels, still an outdated concept, can be done like this (IIRC):
code code code
Label3:
code
code
codeRageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome