|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
WHAT is the alternative of NULL in VB.net
example dim str as string = "Hello' if str = NULL then ;this is not valid , WHAT is the alternative in vb.net bla bla end if |
|
#2
|
|||
|
|||
|
the alternative in vb.net is Nothing
if str Is Nothing then code end if.. note: pls...dont post twice.. |
![]() |
| Viewing: Dev Articles Community Forums > Programming > .NET Development > VB.net |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|