Hitachi

JP1 Version 12 JP1/IT Desktop Management 2 配布機能 運用ガイド


18.5.1 変数の例

integer LoopCount;
string CountryName;
bool answer;
float r_nTimeOut;
integer ABC;
integer abc;     //変数を再び定義しているため無効

上記の例の「integer」という記述は、リストされている変数がinteger型であることを意味します。つまり、「LoopCount」は整数です。同様に、「CountryName」は文字列です。