Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: Aaddiction on May 17, 2022, 10:22:55 AM

Title: [Solved] Get numerical sum of INTs in Array
Post by: Aaddiction on May 17, 2022, 10:22:55 AM
Hello, I have an array list with 100 ints. I'd like to calculate the sum of each int. How to do that?

I tried with the action Array List Get next, but nothing happens.
Title: Re: Get numerical sum of INTs in Array
Post by: Twood on May 17, 2022, 10:57:14 AM
Should work, unless your reference or variable is assigned incorrect somewhere.

Here's one way to do it:

Title: Re: [Solved] Get numerical sum of INTs in Array
Post by: Aaddiction on May 17, 2022, 03:09:39 PM
Thank you a lot! :)