VB里面,什么时候if then的语句不用加end if 在后面?要说明情况,可以举例说明
3个回答
展开全部
if A then B 行语句不需要else或end if
if A then 块语句没用else必须要end if
B
end if
if A then 块语句用了else必须要end if
B
else
C 不满足条件A时就执行C
end if
要不要else就取决于你要不要执行或有没有必要执行条件C
if A then 块语句没用else必须要end if
B
end if
if A then 块语句用了else必须要end if
B
else
C 不满足条件A时就执行C
end if
要不要else就取决于你要不要执行或有没有必要执行条件C
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
在一句里写完的就不用end if
例如
if a=b then c=1:d=2:e=3
否则就要
if a=b then
c=1:d=2:e=3
end if
例如
if a=b then c=1:d=2:e=3
否则就要
if a=b then
c=1:d=2:e=3
end if
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询