I feel like I should know this, but I am drawing a blank at the moment…
I added a new line of code to an old piston, and now the piston is too large to save.
To create space, I am trying to streamline the following code:
Set variable x = max(a[0],a[1],a[2],a[3],a[4],a[5],a[6],a[7],a[8],a[9])
Can anyone please help?
My numbers actually go up to a[69], but if I can reduce the above, I can apply what I learn to the larger issue.
Thanks in advance.