error in breakpoints !

ASH

Active member
Joined
Nov 20, 2005
Messages
30
Location
Riyadh
Programming Experience
Beginner
Hello

some times I see qeustion mark in bearkpoints and my code dose not work !


pls see attachment .
 

Attachments

  • BreakPoits.JPG
    BreakPoits.JPG
    21.8 KB · Views: 39
I'd say it means that that code is unreachable, but apart from that you should just use the PadLeft method to add the leading zeroes:
VB.NET:
MyHex = MyHex.PadLeft(4, "0"c)
 
Back
Top