Blane
Blane
CC#
Created by Blane on 3/11/2024 in #help
How do I add strings to a list?
Thank you guys so much for the help. Was finally able to understand it now after some sleep. I really appreciate you guys taking the time out of your day to help me. The Swedish explanation helped a lot!
137 replies
CC#
Created by Blane on 3/11/2024 in #help
How do I add strings to a list?
aaaaaaah
137 replies
CC#
Created by Blane on 3/11/2024 in #help
How do I add strings to a list?
Okay. That makes sense
137 replies
CC#
Created by Blane on 3/11/2024 in #help
How do I add strings to a list?
okay. Let's see. I now know (at least I think I do) what the difference between the <string[]> and <string> is
137 replies
CC#
Created by Blane on 3/11/2024 in #help
How do I add strings to a list?
Hmm...That's true
137 replies
CC#
Created by Blane on 3/11/2024 in #help
How do I add strings to a list?
It's the case 2:
137 replies
CC#
Created by Blane on 3/11/2024 in #help
How do I add strings to a list?
You know what. I'll just send you a screenshot
137 replies
CC#
Created by Blane on 3/11/2024 in #help
How do I add strings to a list?
Language barrier
137 replies
CC#
Created by Blane on 3/11/2024 in #help
How do I add strings to a list?
okay... so
137 replies
CC#
Created by Blane on 3/11/2024 in #help
How do I add strings to a list?
oooh wait. I accidentally used the vector list instead of the normal one
137 replies
CC#
Created by Blane on 3/11/2024 in #help
How do I add strings to a list?
The question is how I do that. I've tried with Console.ReadLine(); but I can't get that to work.
137 replies
CC#
Created by Blane on 3/11/2024 in #help
How do I add strings to a list?
I think I can make it work if I figure out how to register what the user types as the title and blog.
137 replies
CC#
Created by Blane on 3/11/2024 in #help
How do I add strings to a list?
So when I have used lists before, we use [0], [1], [2] and [i] and so on.
137 replies
CC#
Created by Blane on 3/11/2024 in #help
How do I add strings to a list?
I'm very slow
137 replies
CC#
Created by Blane on 3/11/2024 in #help
How do I add strings to a list?
Also, I feel really dumb and sorry for taking up so much of your time
137 replies
CC#
Created by Blane on 3/11/2024 in #help
How do I add strings to a list?
I think what messes me up is the {} afterwards...
137 replies
CC#
Created by Blane on 3/11/2024 in #help
How do I add strings to a list?
No description
137 replies
CC#
Created by Blane on 3/11/2024 in #help
How do I add strings to a list?
hmm
137 replies
CC#
Created by Blane on 3/11/2024 in #help
How do I add strings to a list?
I honestly don't remember which one I'm using
137 replies
CC#
Created by Blane on 3/11/2024 in #help
How do I add strings to a list?
string blog = new List<string[]>(); string post = new string[]{ "Title", "Body" }; blog.Add(post);
137 replies