SELECTCASE

  • 网络多分支语句;构造;情况语句

SELECTCASESELECTCASE

SELECTCASE

多分支语句

VB自学教材——VisualBasic语句大全及详解 |... ... Rem 注释语句。 SelectCase 多分支语句。 Stop 暂停执行。 ...

构造

Excel 2003高级VBA编程宝典 - 读书网... ... 8.10.2If-Then 构造 157 8.10.3SelectCase 构造 160 10.11.1WindowsAPI 示例 223 ...

情况语句

9.3.3 情况语句(SELECTCASE)基本概念 1769.3.4 情况语句(SELECTCASE)实例分析 1789.4 QBASIC循环结构程序设计 1809.…

结构程序设计

分枝结构程序设计selectcase)。共有0人下载 计算机网络工程课件,第1章网络工程概述,第2章总体规划与设计,第3章工程招 …

1
Assume that Color is a String variable and that this variable is a parameter for a method that contains the Select Case statement. 假定Color为一个String变量且此变量是一个包含SelectCase语句的方法的参数。
2
Make sure a valid Select or Select Case statement precedes the Exit Select and a valid End Select statement appears after it. 确保ExitSelect之前有一个有效的Select或SelectCase语句,之后有一个有效的EndSelect语句。
3
Exit Select is valid only between a Select or Select Case statement and a corresponding End Select statement. ExitSelect只在Select或SelectCase语句和对应的EndSelect语句之间有效。
4
The following example uses a Select Case construction to write a line corresponding to the value of the variable number. 下面的示例使用SelectCase构造写入与变量number的值相对应的行。
5
Closer Look: Using Select Case to Decide Between Multiple Choices 详细了解:使用SelectCase处理多项选择
6
The var you select doesn't exist! Selectcase 后面的选择变量不存在