Jc!
Jc!
CC#
Created by Jc! on 4/25/2024 in #help
I'm getting a red squiggly line under alphabet.IndexOf() and I don't understand what is the problem
I gotta brush up on types in C# thx
18 replies
CC#
Created by Jc! on 4/25/2024 in #help
I'm getting a red squiggly line under alphabet.IndexOf() and I don't understand what is the problem
ok
18 replies
CC#
Created by Jc! on 4/25/2024 in #help
I'm getting a red squiggly line under alphabet.IndexOf() and I don't understand what is the problem
wow
18 replies
CC#
Created by Jc! on 4/25/2024 in #help
I'm getting a red squiggly line under alphabet.IndexOf() and I don't understand what is the problem
damn
18 replies
CC#
Created by Jc! on 4/25/2024 in #help
I'm getting a red squiggly line under alphabet.IndexOf() and I don't understand what is the problem
uhhh
18 replies
CC#
Created by Jc! on 4/25/2024 in #help
I'm getting a red squiggly line under alphabet.IndexOf() and I don't understand what is the problem
c#
for (int i = 0; i < plainText.Length; i++)
{
int position = alphabet.IndexOf(alphabet, plainText[]);
}
c#
for (int i = 0; i < plainText.Length; i++)
{
int position = alphabet.IndexOf(alphabet, plainText[]);
}
18 replies
CC#
Created by Jc! on 4/25/2024 in #help
I'm getting a red squiggly line under alphabet.IndexOf() and I don't understand what is the problem
the IndexOf is a static method of the type Array
18 replies
CC#
Created by Jc! on 4/25/2024 in #help
I'm getting a red squiggly line under alphabet.IndexOf() and I don't understand what is the problem
actually I still don't get it
18 replies
CC#
Created by Jc! on 4/25/2024 in #help
I'm getting a red squiggly line under alphabet.IndexOf() and I don't understand what is the problem
thx
18 replies
CC#
Created by Jc! on 4/25/2024 in #help
I'm getting a red squiggly line under alphabet.IndexOf() and I don't understand what is the problem
how do I close
18 replies
CC#
Created by Jc! on 4/25/2024 in #help
I'm getting a red squiggly line under alphabet.IndexOf() and I don't understand what is the problem
oh ok thank you sir
18 replies
CC#
Created by Jc! on 4/25/2024 in #help
I'm getting a red squiggly line under alphabet.IndexOf() and I don't understand what is the problem
like a list collection
18 replies
CC#
Created by Jc! on 4/25/2024 in #help
I'm getting a red squiggly line under alphabet.IndexOf() and I don't understand what is the problem
should I use collections?
18 replies
CC#
Created by Jc! on 4/25/2024 in #help
I'm getting a red squiggly line under alphabet.IndexOf() and I don't understand what is the problem
oh
18 replies
CC#
Created by Jc! on 4/25/2024 in #help
I'm getting a red squiggly line under alphabet.IndexOf() and I don't understand what is the problem
ohhhhhhhhh
18 replies
CC#
Created by Jc! on 4/25/2024 in #help
I'm getting a red squiggly line under alphabet.IndexOf() and I don't understand what is the problem
but I couldn't get anywhere
18 replies
CC#
Created by Jc! on 4/25/2024 in #help
I'm getting a red squiggly line under alphabet.IndexOf() and I don't understand what is the problem
I'm also not done because I stopped half-way to try and figure out the issue
18 replies