Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
Salty
Posts
Comments
C
C#
•
Created by Salty on 5/7/2024 in
#help
WriteLine happening after Readline, why?
im also outputing data into a txt with sw.WriteLine(Regex.Replace(file[i].Trim(), @"\s+", ","));, and it is not blank
23 replies
C
C#
•
Created by Salty on 5/7/2024 in
#help
WriteLine happening after Readline, why?
i dont understand why its getting populated/printed out only then
23 replies
C
C#
•
Created by Salty on 5/7/2024 in
#help
WriteLine happening after Readline, why?
but im getting data in writeline after the readline @SleepWellPupper
23 replies
C
C#
•
Created by Salty on 5/7/2024 in
#help
WriteLine happening after Readline, why?
doesnt help either
23 replies
C
C#
•
Created by Salty on 5/7/2024 in
#help
WriteLine happening after Readline, why?
await
Task.
Run
(()
=>
{
plot_x
=
Regex.
Replace
(file[i].
Trim
(),
@"\s+"
,
","
).
Split
(
","
)[
0
];
});
await
Task.
Run
(()
=>
{
plot_x
=
Regex.
Replace
(file[i].
Trim
(),
@"\s+"
,
","
).
Split
(
","
)[
0
];
});
23 replies
C
C#
•
Created by Salty on 5/7/2024 in
#help
WriteLine happening after Readline, why?
Im lost
23 replies
C
C#
•
Created by Salty on 5/7/2024 in
#help
WriteLine happening after Readline, why?
but they are fine after the readline
23 replies
C
C#
•
Created by Salty on 5/7/2024 in
#help
WriteLine happening after Readline, why?
seems my variables are empty when writeline is called
23 replies
C
C#
•
Created by Salty on 5/7/2024 in
#help
WriteLine happening after Readline, why?
23 replies
C
C#
•
Created by Salty on 5/7/2024 in
#help
WriteLine happening after Readline, why?
i dont see a reason to need async in here ?
23 replies
C
C#
•
Created by Salty on 5/7/2024 in
#help
WriteLine happening after Readline, why?
why is that
23 replies
C
C#
•
Created by Salty on 5/7/2024 in
#help
WriteLine happening after Readline, why?
after that i get the writeline
23 replies
C
C#
•
Created by Salty on 5/7/2024 in
#help
WriteLine happening after Readline, why?
My ReadLine is getting called first
23 replies
C
C#
•
Created by Salty on 6/16/2023 in
#help
❔ Iteration over multiple objects at the same time
thats not a problem
32 replies
C
C#
•
Created by Salty on 6/16/2023 in
#help
❔ Iteration over multiple objects at the same time
or just x objects
32 replies
C
C#
•
Created by Salty on 6/16/2023 in
#help
❔ Iteration over multiple objects at the same time
i have a list of x objects
32 replies
C
C#
•
Created by Salty on 6/16/2023 in
#help
❔ Iteration over multiple objects at the same time
list of lists?
32 replies
C
C#
•
Created by Salty on 6/16/2023 in
#help
❔ Iteration over multiple objects at the same time
what is "lists"
32 replies
C
C#
•
Created by Salty on 6/16/2023 in
#help
❔ Iteration over multiple objects at the same time
ill take a look
32 replies
C
C#
•
Created by Salty on 6/16/2023 in
#help
❔ Iteration over multiple objects at the same time
wheres my chatgpt...
32 replies