FirstClassトップページ


 ヘルプの目次
このヘルプについて このヘルプについて
 
エンドユーザ向けヘルプ エンドユーザ向けヘルプ
Client Help クライアントヘルプ
Web Help Webアクセスヘルプ
ScreenReader Help スクリーンリーダ
Form フォーム
Synchronization 同期
Definitions 用語
container コンテナ
 
管理者向けヘルプ 管理者向けヘルプ
Administration サーバの管理
Internet Services インターネットサービス
Customization Tools カスタマイズツール(英語)
Administering OTSW OTSWの管理
OTSW Custodian OTSW Custodian
Using FirstClass ED FirstClass ED(英語)
 
バナー:
 
 Select
 
Purpose
Builds an expression-based conditional branching of programmatic flow.
Select Case provides a simplified method for comparing an expression or conditional command to a series of possible expressions (cases).
If the case is TRUE, the commands following the case are executed. Each case in the selection structure is executed accordingly.
Syntax
Select Case TestExpression
        [Case [Is | # To #] ExpressionList [Commands]]
        [Case Else [Commands]]
End Select


Is
Allows you to use comparison operators.
To
Allows you to compare and test a range of values for an expression.
End Select
Each Select Case selection structure must end with these keywords.

 

Copyright(C) 2002-2011 FC Management Co. All Rights Reserved