Automate > Documentation > Advanced - Variables


Variables


You use variables as symbolic names for values in flows. A variable name must start with a letter, subsequent characters can also be digits and connecting punctuation characters like underscore. Variable names are case-insensitive, the following variables all refer to the same value; FOO, foo Foo.

A variable is declared when it’s named as an output variable in a block.

Note! Each running fiber has an independent set of values for the user declared variables, which can’t be directly modified by another fiber. Use the blocks in the concurrency category to exchange variable values with other fibers.

組み込み変数

Automate上で使える組み込み変数
Infinity
Constant holding the number for positive infinity.
NaN
Constant holding a number for (IEEE 754) Not-a-Number.
Now
現在時刻のUNIXタイムスタンプ。この変数は入力引数として使われているとき、ブロックの実行中、変化しない。
Pi
Constant holding the number that is closer than any other to pi, the ratio of the circumference of a circle to its diameter.
Note! This documentation can also be found in the Help & feedback menu of the app.
最終更新:2019年01月13日 17:16