M
Maurizio Colucci
Hello,
Is there a way in VB.NET to do something like
dim myInt = if foo() then bar(3) else 4
and have the compiler infer that myInt is an Integer, since bar()
returns an integer and 4 is an integer?
Thanks a lot for any info.
Maurizio
Is there a way in VB.NET to do something like
dim myInt = if foo() then bar(3) else 4
and have the compiler infer that myInt is an Integer, since bar()
returns an integer and 4 is an integer?
Thanks a lot for any info.
Maurizio