₮ⱤØ₣Ⱡł₦Ɇ_฿Ⱡ₳₵₭
₮ⱤØ₣Ⱡł₦Ɇ_฿Ⱡ₳₵₭
CC#
Created by ₮ⱤØ₣Ⱡł₦Ɇ_฿Ⱡ₳₵₭ on 9/4/2023 in #help
For-Loop doesnt work.
good. Thanks mates! :3
72 replies
CC#
Created by ₮ⱤØ₣Ⱡł₦Ɇ_฿Ⱡ₳₵₭ on 9/4/2023 in #help
For-Loop doesnt work.
okay
72 replies
CC#
Created by ₮ⱤØ₣Ⱡł₦Ɇ_฿Ⱡ₳₵₭ on 9/4/2023 in #help
For-Loop doesnt work.
ye. okay. so it gets confused there. i see
72 replies
CC#
Created by ₮ⱤØ₣Ⱡł₦Ɇ_฿Ⱡ₳₵₭ on 9/4/2023 in #help
For-Loop doesnt work.
i have it like this now, and it works..
72 replies
CC#
Created by ₮ⱤØ₣Ⱡł₦Ɇ_฿Ⱡ₳₵₭ on 9/4/2023 in #help
For-Loop doesnt work.
int threadCounter;

reloop:

Console.WriteLine("Number Of Threads:\n");

int readLine2 = int.Parse(Console.ReadLine());

if (readLine2 >= 100)
{
reask:

Console.WriteLine("Still want to continue? [Y]/[N]");

var ignoreWarning = Console.ReadKey();

if (ignoreWarning.Key == ConsoleKey.N)
{
Console.Clear();
goto reloop;
}
else if (ignoreWarning.Key == ConsoleKey.Y)
{
threadCounter = readLine2;
}
else
{
Console.Clear();
goto reask;
}

}
else if (readLine2 <= 0)
{
Console.WriteLine("\nPlease enter a valid number.");
Thread.Sleep(3000);
Console.Clear();
goto reloop;
}
else
{
hesSure:
threadCounter = readLine2;
}


for (int i = threadCounter; threadCounter > 0; i--)
{
int threadCounter;

reloop:

Console.WriteLine("Number Of Threads:\n");

int readLine2 = int.Parse(Console.ReadLine());

if (readLine2 >= 100)
{
reask:

Console.WriteLine("Still want to continue? [Y]/[N]");

var ignoreWarning = Console.ReadKey();

if (ignoreWarning.Key == ConsoleKey.N)
{
Console.Clear();
goto reloop;
}
else if (ignoreWarning.Key == ConsoleKey.Y)
{
threadCounter = readLine2;
}
else
{
Console.Clear();
goto reask;
}

}
else if (readLine2 <= 0)
{
Console.WriteLine("\nPlease enter a valid number.");
Thread.Sleep(3000);
Console.Clear();
goto reloop;
}
else
{
hesSure:
threadCounter = readLine2;
}


for (int i = threadCounter; threadCounter > 0; i--)
{
72 replies
CC#
Created by ₮ⱤØ₣Ⱡł₦Ɇ_฿Ⱡ₳₵₭ on 9/4/2023 in #help
For-Loop doesnt work.
wait
72 replies
CC#
Created by ₮ⱤØ₣Ⱡł₦Ɇ_฿Ⱡ₳₵₭ on 9/4/2023 in #help
For-Loop doesnt work.
because at the end it wouldve gotten an value anyways, right?
72 replies
CC#
Created by ₮ⱤØ₣Ⱡł₦Ɇ_฿Ⱡ₳₵₭ on 9/4/2023 in #help
For-Loop doesnt work.
but even tho in any way i covered all possibilities, i can confuse the compiler with that?
72 replies
CC#
Created by ₮ⱤØ₣Ⱡł₦Ɇ_฿Ⱡ₳₵₭ on 9/4/2023 in #help
For-Loop doesnt work.
i see
72 replies
CC#
Created by ₮ⱤØ₣Ⱡł₦Ɇ_฿Ⱡ₳₵₭ on 9/4/2023 in #help
For-Loop doesnt work.
seems to work
72 replies
CC#
Created by ₮ⱤØ₣Ⱡł₦Ɇ_฿Ⱡ₳₵₭ on 9/4/2023 in #help
For-Loop doesnt work.
ohh
72 replies
CC#
Created by ₮ⱤØ₣Ⱡł₦Ɇ_฿Ⱡ₳₵₭ on 9/4/2023 in #help
For-Loop doesnt work.
got them all covered
72 replies
CC#
Created by ₮ⱤØ₣Ⱡł₦Ɇ_฿Ⱡ₳₵₭ on 9/4/2023 in #help
For-Loop doesnt work.
72 replies
CC#
Created by ₮ⱤØ₣Ⱡł₦Ɇ_฿Ⱡ₳₵₭ on 9/4/2023 in #help
For-Loop doesnt work.
72 replies
CC#
Created by ₮ⱤØ₣Ⱡł₦Ɇ_฿Ⱡ₳₵₭ on 9/4/2023 in #help
For-Loop doesnt work.
72 replies
CC#
Created by ₮ⱤØ₣Ⱡł₦Ɇ_฿Ⱡ₳₵₭ on 9/4/2023 in #help
For-Loop doesnt work.
i have exactly that
72 replies
CC#
Created by ₮ⱤØ₣Ⱡł₦Ɇ_฿Ⱡ₳₵₭ on 9/4/2023 in #help
For-Loop doesnt work.
yes
72 replies
CC#
Created by ₮ⱤØ₣Ⱡł₦Ɇ_฿Ⱡ₳₵₭ on 9/4/2023 in #help
For-Loop doesnt work.
Use of the unassigned local variable "threadCounter".
72 replies
CC#
Created by ₮ⱤØ₣Ⱡł₦Ɇ_฿Ⱡ₳₵₭ on 9/4/2023 in #help
For-Loop doesnt work.
the error is:
72 replies