❔ Random Letter
I want it to make a bunch of random codes that is 7 characters long and w+ to a file and than after 1000 of these itll delete all the codes and start over again but why wont this work?
8 Replies
Your writing to the file each time you create a new string.
Yeah I changed it to append
but I want it to clear it after the 1000
codes are inside it
Here is some sample code
but that would result in 3 for loops which is bad
This code might fix it
@ZuggerFish
/home/runner/ImgurGEN/main.cs(28,2): error CS1513: } expected [/home/runner/ImgurGEN/main.csproj]
The build failed. Fix the build errors and run again.
you are missing a }
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.