Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Ennis Ray Lynch, Jr. wrote: if not foo is nothing and foo.Id < 10 then end if
Ennis Ray Lynch, Jr. wrote:
if not foo is nothing and foo.Id < 10 then end if
If you wrote it like this it would work: if not foo is nothing andalso foo.Id < 10 then end if ... VB.NET is not responsible for your lack of knowledge of its syntax.