selectcase(select case中文翻譯,select case是什么意思,select case發(fā)音、用法及例句)
- 內容導航:
- 1、select case
- 2、select case 取值范圍問(wèn)題
1、select case
select case發(fā)音
英: 美:
select case中文意思翻譯
條件語(yǔ)句(VB6.0條件控制語(yǔ)句之一,SelectCase)
多分支語(yǔ)句(VB6.0條件控制語(yǔ)句之一,SelectCase)
select case雙語(yǔ)使用場(chǎng)景
1、In the case of a select query, objects representing ResultSets will be returned.───在選擇查詢(xún)的情況下,將返回描述結果集的對象。
2、Exit Select is valid only between a Select or Select Case statement and a corresponding End Select statement.───ExitSelect只在Select或SelectCase語(yǔ)句和對應的EndSelect語(yǔ)句之間有效。
3、In this case, select the CONTRIBUTOR_USERID field so that you can retrieve only the work items that are associated with a certain owner.───在這里的范例中,選擇CONTRIBUTOR_USERID區域,這樣您就可以只獲得與特定擁有者相關(guān)的工作項。
4、Terminates the definition of the Select. Case construction.───結束Select.Case構造的定義。
5、Select Case statement to choose between multiple conditions.───語(yǔ)句在多個(gè)條件之間進(jìn)行選擇。
6、Make sure a valid Select or Select Case statement precedes the Exit Select and a valid End Select statement appears after it.───確保ExitSelect之前有一個(gè)有效的Select或SelectCase語(yǔ)句,之后有一個(gè)有效的EndSelect語(yǔ)句。
7、Select Case constructions can be nested.───構造可相互嵌套。
8、Table 1 shows suggested options to select based on your use case.───表1顯示了根據用例進(jìn)行選擇的建議選項。
9、Assume that Color is a String variable and that this variable is a parameter for a method that contains the Select Case statement.───假定Color為一個(gè)String變量且此變量是一個(gè)包含SelectCase語(yǔ)句的方法的參數。
select case相似詞語(yǔ)短語(yǔ)
1、select screen───選擇屏幕
2、select───n.(Select)(美、?。┤⒖颂兀ㄈ嗣?;adj.精選的;(地點(diǎn))僅供精英階層專(zhuān)用的;有辨別能力的;n.被挑選者;v.選擇;(在計算機屏幕上)選定;(從菜單中)選取
3、select date───選擇日期
4、select all───[計]全部選定;全部選擇
5、select submenu───選擇子菜單
6、case case───案例案例
7、select none───選擇“無(wú)”
8、select country───選擇國家
9、le select───le選擇
2、select case 取值范圍問(wèn)題
經(jīng)過(guò)驗證,你提供的官方鏈接里是針對vb.net的語(yǔ)法來(lái)說(shuō)的,不是vbscript,用Case
35
to
50肯定是行不通,正確的語(yǔ)法是
Select
Case
testexpression
[Case
expressionlist-n
[statements-n]]
.
.
.
[Case
Else
expressionlist-n
[elsestatements-n]]
End
Select
參數
testexpression
任意數值或字符串表達式。
expressionlist-n
如
Case
出現則必選項。一個(gè)或多個(gè)表達式的分界列表。
statements-n
當
testexpression
與
expressionlist-n
中的任意部分匹配時(shí),執行的一條或多條語(yǔ)句。
elsestatements-n
當
testexpression
與
Case
子句的任何部分不匹配時(shí),執行的一條或多條語(yǔ)句。
版權聲明: 本站僅提供信息存儲空間服務(wù),旨在傳遞更多信息,不擁有所有權,不承擔相關(guān)法律責任,不代表本網(wǎng)贊同其觀(guān)點(diǎn)和對其真實(shí)性負責。如因作品內容、版權和其它問(wèn)題需要同本網(wǎng)聯(lián)系的,請發(fā)送郵件至 舉報,一經(jīng)查實(shí),本站將立刻刪除。