functional overview
Repeat process.
Details of Functions
First time only,initial valueset to repeat count.
After the secondRepeat countindicates such things as location of person or thing, location of short-term action, etc.Step countAdd the following.
Repeat counts andComparison figuresandtermsif it satisfies the following conditions,DestinationProceed to the logic specified in termsis not satisfied, proceed to the next logic.
- attention (heed)
- Step countwill also be added for the first time.
- In the debug log,Destinationparameter outputs the number of logics to be skipped.
- note
- If the process is built in the following steps, the message is displayed twice.
procedure Comment logic name (programming language) Details of processing, etc. 1 message indication Message/Toast display message indication 2 For Control statement/For Initial value "1".
Step count "2".
Condition "<". Comparison value "4".
Go to "Message Display".3 end of process
parameter
- argument (e.g. function, program, programme)
-
initial value numeric data
Specifies the initial value of the repeat count.Step count numeric data
Specifies the value to be added to the repeat count each time it is repeated.terms Repeat counts andComparison figuresSpecify the condition under which the relationship between the two is true.
- = (after a noun, adjective stem, onomatopoeic-mimetic word, etc.)
- >=
- ≦
- >
- <
- ≠
Comparison figures numeric data
Specifies the value to be compared with the repeat count.Destination termsSpecifies the logic to be executed next if
- return value
-
numeric data
Returns a repeat count.