case else
- 网络语句块;不合格;未知
case else
case else
语句块
程序设计1 - 豆丁网 ... [Exit Do] [语句] [Case Else 语句块] [Step 步长] [语句] ...
不合格
初中第二册《信息技... ... Case 10 满分", , "成绩分等" Case Else 不合格", , "成绩分等" Case Else 字符是其它符号", , "测试" ...
未知
如何获取一个磁盘的句柄?_已解决问题_搜狐问答 ... Else 其他" Case Else 未知" Case DRIVE_REMOTE 远程(网络)驱动器" ...
外层
说说VBA中的Select Case语句... ... End Select '结束层条件语句 Case Else '其他情况,外层 Case 8 To 18 '如果是白天 ...
这是无效的该驱动器
vb邮件... ... Case DRIVE_RAMDISK 这是内存模拟驱动器" Case Else 这是无效的该驱动器" Case 386 该机器中央处理器类型 …
1
The Case Else statement can be used to run code when no match is found, as in the following example.
CaseElse语句可用于在找不到匹配时运行代码,如下例所示。
2
When the Case Else line is reached, the next line of code is run before moving to End Select.
当到达CaseElse行时,转到EndSelect之前将会运行下一行代码。
3
If it finds a match or a Case Else statement, it runs the corresponding statement block.
如果发现一个匹配项或一条CaseElse语句,则执行相应的语句块。
4
You can use a Case Else statement to handle all values not tested by the previous Case statements.
使用CaseElse语句可以处理前面的Case语句未测试的所有值。
5
Case Else statement block does not need to run any more of the statements in the block, it can exit the block by using the
语句块内的代码无需再运行该块中的任何其它语句,可以使用
6
One or more statements following Case Else that run if
后面的一个或多个语句,在以下情况下运行