functional overview
Iterate over each element of the dictionary.
Details of Functions
valueis a dictionary, it returns the value of its first element as the return value and proceeds to the next logic.
Control statement/repeat end is executed, it returns to this process, returns the value of the next element in the dictionary as the return value, and again proceeds to the next logic step.
Repeat this process until you reach the last element in the dictionary. Control statement/repeat end Proceed to the next logic in the
- attention (heed)
- valueis not a dictionary, it is unconditional. Control statement/repeat end Proceed to the next logic in the
- note
- If the process is built in the following steps, the message will appear three times: "strawberry", "watermelon", and "mandarin orange".
procedure Comment logic name (programming language) Details of processing, etc. 1 dictionary
makingDictionary/Creation Key "0" Value "strawberry
Key "1" Value "watermelon
Key "2" value "mandarin".2 Repeat start Control statement/Foreach
(Repeat start)Dictionaries" in value
Specify the result of "Create".3 message indication Message/Toast display Results of "Repeat Start"
on the screen.4 End of repeat Control statement/repeat end 5 end of process
parameter
- argument (e.g. function, program, programme)
-
value Dictionary (associative array)
Specifies the dictionary to be repeated.return value - value only
- key (only)
- Keys and Values
- return value
- All Unifinity data types
- Returns the contents of the dictionary being processed, according to the contents specified in "Return Value".
- If "key and value" is set as the return value, a dictionary {key: xxx, value: yyy} is returned.
- For logic created with Unifinity Studio version 5.0.0 or earlier, the default value for "return value" is "value only.