ヘルプの目次
オンラインヘルプを検索
このヘルプについて
エンドユーザ向けヘルプ
クライアントヘルプ
Webアクセスヘルプ
スクリーンリーダ
フォーム
同期
用語
コンテナ
管理者向けヘルプ
サーバの管理
インターネットサービス
カスタマイズツール(英語)
OTSWの管理
OTSW Custodian
FirstClass ED(英語)
+
ホーム
•
Customization Tools
•
FCAS
•
Language Reference
•
+
Purpose
Adds two numbers.
You can also use + to concatenate two strings, but we recommend & for concatenation.
Syntax
Number1
+
Number2
Example
Sub Main()
Print "The sum of 10 and 4 is:", 10 + 4
End Sub
Copyright(C) 2002-2011 FC Management Co. All Rights Reserved