Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
Wasabi2320
Posts
Comments
C
C#
•
Created by Wasabi2320 on 5/7/2023 in
#help
Trying to sort top 3 highscores, need help
also a weird thing is that my highscore file doesnt access my text file "highscore.txt" eventhough it should
14 replies
C
C#
•
Created by Wasabi2320 on 5/7/2023 in
#help
Trying to sort top 3 highscores, need help
so if someone had scores 1, 5, 6, 4, 3 it would be 6, 5, 4
14 replies
C
C#
•
Created by Wasabi2320 on 5/7/2023 in
#help
Trying to sort top 3 highscores, need help
I want top 3 highscores
14 replies
C
C#
•
Created by Wasabi2320 on 5/7/2023 in
#help
Trying to sort top 3 highscores, need help
How would I do that?
14 replies
C
C#
•
Created by Wasabi2320 on 5/7/2023 in
#help
Trying to sort top 3 highscores, need help
Im allowed to use Linq
14 replies
C
C#
•
Created by Wasabi2320 on 5/7/2023 in
#help
Trying to sort top 3 highscores, need help
yeah
14 replies
C
C#
•
Created by Wasabi2320 on 4/5/2023 in
#help
❔ How do I add a textfile into my list
Grateful for your time
25 replies
C
C#
•
Created by Wasabi2320 on 4/5/2023 in
#help
❔ How do I add a textfile into my list
Im a hs student so im not really familiar with those methods
25 replies
C
C#
•
Created by Wasabi2320 on 4/5/2023 in
#help
❔ How do I add a textfile into my list
Thank you
25 replies
C
C#
•
Created by Wasabi2320 on 4/5/2023 in
#help
❔ How do I add a textfile into my list
So I remove the async?
25 replies
C
C#
•
Created by Wasabi2320 on 4/5/2023 in
#help
❔ How do I add a textfile into my list
What is the solution?
25 replies
C
C#
•
Created by Wasabi2320 on 4/5/2023 in
#help
❔ How do I add a textfile into my list
https://gyazo.com/8c31c621a1c91671594ec0fe56ff20d5
25 replies
C
C#
•
Created by Wasabi2320 on 4/5/2023 in
#help
❔ How do I add a textfile into my list
CS4033 and CS0118
25 replies
C
C#
•
Created by Wasabi2320 on 4/5/2023 in
#help
❔ How do I add a textfile into my list
if I use that code then I get 2 errors
25 replies
C
C#
•
Created by Wasabi2320 on 4/5/2023 in
#help
❔ How do I add a textfile into my list
var lines = await File.ReadAllLinesAsync("file.txt"); foreach (var line in lines) { var parts = line.Split('\t'); BilLista.Add(new Filhantering(parts[0], parts[1], parts[2], parts[3])); }
25 replies
C
C#
•
Created by Wasabi2320 on 4/5/2023 in
#help
❔ How do I add a textfile into my list
Under button 3 im trying to combine the list from my textfile to my list called BilLista
25 replies