首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > .NET > VB Dotnet >

请教 vb2005中 isnot nothing then 表示什么意思

2012-03-06 
请问 vb2005中 isnot nothing then 表示什么意思?我在MSDN上找了,没有能给我举个例子吗?谢谢了 [解决办法]

请问 vb2005中 isnot nothing then 表示什么意思?
我在MSDN上找了,没有
能给我举个例子吗?
谢谢了


[解决办法]
比如dim a as string
那if a is not nothing then
表示是说当a有值的时候,执行下面的代码

热点排行