Repeat & adding up numbers in a loop #323
Answered
by
wirmachenbunt
wirmachenbunt
asked this question in
Answers & Questions
-
let's say i generate different numbers within a repeat region and would like to add them together. is this possible out of the box ? something like this, 3 iterations of repeat creating random numbers and i want each iteration the sum of all previous values 0.5 = 0.5 AddUp op would do the job if it just triggers in each iteration |
Beta Was this translation helpful? Give feedback.
Answered by
wirmachenbunt
Aug 23, 2022
Replies: 1 comment 2 replies
Answer selected by
pandrr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
maybe not really elegant but it works ...