
elfege
USA
Asked
— Edited

Is it possible to get the sum of all the values in an array beside using a simple addition, index entry after index entry?
Thank you.
Is it possible to get the sum of all the values in an array beside using a simple addition, index entry after index entry?
Thank you.
Code:
Now I'm looking forward to get the smallest value of an array... sort() doesn't seem to provide with this value while I thought it would by "magically" making the first index to bear the smallest value...
Code:
Now the $test[0] will be the value 5
Sometimes i forget to hit the REFRESH button when viewing the Variable Tab editing scripts. That's caught me a few times, maybe that's what happened