124
Data Objects
1. Create variable
(1) Description: Create a name for a new variable.
(2) Type: Settings block
(3) Example: Name a new variable
Each variable name must be unique and simple to understand.
For example, we often name the variable for a marker in the sequence as Flag, and the variable used to store value as Number.
Variable names need to begin with an underscore or a letter, and can only contain numbers, uppercase and lowercase letters, and
underscores.
Note:
After a variable name is created, you can assign and adjust the value using the three blocks available.
2. #Variable#
(1) Description: Obtain variable-type data
(2) Type: Information block (variable-type)