|
-
Sep 2nd, 2013, 12:40 AM
#20
Re: Do not use GOTO
 Originally Posted by AdamPanic2013
Shows your lack of knowledge.
I'm going to have to take exception to that. I would question whether the code you showed in your screen shot is even being compiled. For a start, what exactly is 'a.__' when it's at home?

Even if we get rid of that, we still have the same issue as before.

The knowledge that I allegedly lack tells me that the very purpose of Option Strict On is to disallow implicit conversions and late binding. That same knowledge tells me that a < operator is going to evaluate to a Boolean value no matter what, so that code is going to be comparing a Boolean to some other value. That obviously requires an implicit conversion unless that other value is type Boolean. If it's a bit embarrassing to post it here, you can PM me your apology if you like.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|