Hi all,
Is there any way to add all the figures within an Array?
I know arrays can hold three types of data but I have a large array with only numeric values and I need to know the sum of the whole array without checking every value if pos...
global variable count=0 +on something -> System: set count to 0 +Array: Foreach elements -> System: add Array.CurValue to count
I'm sorry.
I tried to follow this but I can't seem to get it to work?
Is there an easier way of explaining this?
easier if you show what you are doing
Develop games in your browser. Powerful, performant & highly capable.
If this loads, this is what I have done.