C
C#16mo ago
Obada

❔ 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
No description
3 Replies
Pobiega
Pobiega16mo ago
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.
Angius
Angius16mo ago
What language is that? Looks like a mixture of VB, F#, and Python
Accord
Accord16mo ago
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.

Did you find this page helpful?