❔ idk what to call this but beginner stuff
Okay so i want to move the objects in the array[1] into the array[0], so i wanted to try to make a new temporary array, assign it the values in beach[1], then assing string[] temp to beach[0]
if it makes sense... green code is js another attempt
3 Replies
Your code needs to at least follow the basic syntax rules for C#. Look up how to write a for loop and how to assign a variable.
What language is that?
Looks like a mixture of VB, F#, and Python
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.