A ASH Active member Joined Nov 20, 2005 Messages 30 Location Riyadh Programming Experience Beginner Nov 22, 2005 #1 Hello some times I see qeustion mark in bearkpoints and my code dose not work ! pls see attachment . Attachments BreakPoits.JPG 21.8 KB · Views: 39
jmcilhinney VB.NET Forum Moderator Staff member Joined Aug 17, 2004 Messages 15,174 Location Sydney, Australia Programming Experience 10+ Nov 22, 2005 #2 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) Upvote 0 Downvote
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)