Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as VB.Net by registered user Stalkersof ( 14 years ago )
im NothingObject As Object
Dim SomethingObject As Object = "This is an object"
Dim Result As Object
Result = If(NothingObject, SomethingObject)
Console.WriteLine( _
"NothingObject is first: " & Result.ToString)
Result = If(SomethingObject, NothingObject)
Console.WriteLine( _
"SomethingObject is first: " & Result.ToString)
Revise this Paste