Input (ステートメント)
Format
input prompt, variable
input variable
input prompt, array_variable [ index ]
input array_variable [ index ]
input prompt, array_variable [ row_index, column_index ]
input array_variable [ row_index, column_index ]
input float prompt, variable
input float variable
input float prompt, array_variable [ index ]
input float array_variable [ index ]
input float prompt, array_variable [ row_index, column_index ]
input float array_variable [ row_index, column_index ]
input integer prompt, variable
input integer variable
input integer prompt, array_variableindex ]
input integer array_variable [ index ]
input integer prompt, array_variable [ row_index, column_index ]
input integer array_variable [ row_index, column_index ]
input string prompt, variable
input string variable
input string prompt, array_variable [ index ]
input string array_variable [ index ]
input string prompt, array_variable [ row_index, column_index ]
input string array_variable [ row_index, column_index ]
説明
Waits for the user to type a line of text into the text output window. When the user hits the enter or return key, the user's input is stored in to a. If the user types in a valid number, the variable will contain an integer or floating point number and not a string. The conversion to a number (or not) may be forced by specifying INPUT FLOAT, INPUT INTEGER, or INPUT STRING.
User may optionally be prompted for the input by
References to array elements may also be specified.
ユーザーがテキスト出力ウィンドウにテキストを入力するのを待ちます。 ユーザーがEnterキーまたはReturnキーを押すと、ユーザーの入力が変数(variable)に格納されます。 ユーザーが有効な数値を入力すると、変数には文字列ではなく整数または浮動小数点数が含まれます。 数値への変換(またはそうでない)は、INPUT FLOAT、INPUT INTEGER、またはINPUT STRINGを指定することによって強制できます。
ユーザーは、オプションでプロンプト(prompt)によって入力を求められる場合があります。
配列要素への参照も指定できます。
こちらも見て
History
1.99.99.14 | Added INPUT FLOAT, INPUT INTEGER, INPUT STRING and made INPUT try to assign variable the correct type (integer, float, or string) based upon the user entry. |
コメント
最新を表示する
NG表示方式
NGID一覧