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(英語)
 
バナー:
 
 OR
 
Purpose
Evaluates whether one or both of two expressions are TRUE.
Only one of the expressions needs to be TRUE for the OR result to be TRUE.
Syntax
Expression1 OR Expression2
Example
Sub Main()
        Dim e1 as Integer, e2 as Integer
e1 = TRUE : e2 = 5 < 34
        If e1 OR e2 Then
Print "Either one or both expressions are TRUE"
        Else
        Print "Both e1 and e2 do not evaluate to TRUE"
        End If
End Sub

 

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