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(英語)
 
バナー:
 
 Print
 
Purpose
Displays output to the FirstClass client's output window.
Syntax
Print [PrintExpression1] [,|; PrintExpression2...] [,|;]
One Print command can output any number of expressions. To specify a string as an expression, enclose it in double quotes. You can use the following characters with this command:


Character
Position
Function
,
Between expressions.
Separates expressions with tabs.
Tab stops are every 14 characters.
;
Between expressions.
Causes each expression to appear immediately after the previous expression.
, or ;
At end of line.
Suppresses the carriage return that is normally output at the end for each Print command line.
Any subsequent Print command output will appear on the same line.
        
A Print command without a PrintExpression outputs a carriage return.
Example
Print "Welcome to my application"
Print 1, 2, 3, 4, 5             'prints each number in a separate print zone
Print "These two lines are ";
Print "output as one."

 

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