milan
milan
CC#
Created by milan on 2/15/2024 in #help
Get first item in list
well tysm
49 replies
CC#
Created by milan on 2/15/2024 in #help
Get first item in list
woops
49 replies
CC#
Created by milan on 2/15/2024 in #help
Get first item in list
I didnt notice/forgot about the loop because it happens instantly...
49 replies
CC#
Created by milan on 2/15/2024 in #help
Get first item in list
the code is nested in a foreach loop, and it looks like it does work the first few times, but then breaks at the end.
49 replies
CC#
Created by milan on 2/15/2024 in #help
Get first item in list
ah you're right actually
49 replies
CC#
Created by milan on 2/15/2024 in #help
Get first item in list
this project is VERY bare bones right now
49 replies
CC#
Created by milan on 2/15/2024 in #help
Get first item in list
just once the function is called
49 replies
CC#
Created by milan on 2/15/2024 in #help
Get first item in list
the code runs when a WPF button is pressed
49 replies
CC#
Created by milan on 2/15/2024 in #help
Get first item in list
I can't imagine how that's possible
49 replies
CC#
Created by milan on 2/15/2024 in #help
Get first item in list
let me double check that I'm doing something very stupid here
49 replies
CC#
Created by milan on 2/15/2024 in #help
Get first item in list
No description
49 replies
CC#
Created by milan on 2/15/2024 in #help
Get first item in list
for whatever reason between these two lines of code it becomes empty
49 replies
CC#
Created by milan on 2/15/2024 in #help
Get first item in list
it is empty
49 replies
CC#
Created by milan on 2/15/2024 in #help
Get first item in list
welp
49 replies
CC#
Created by milan on 2/15/2024 in #help
Get first item in list
oh yeah my bad
49 replies
CC#
Created by milan on 2/15/2024 in #help
Get first item in list
c#
public class Person
{
public int id;
public string firstName = "Doc";

public int tallyTotal = 0;


public Person(string FirstName, string LastName)
{
firstName = FirstName;
lastName = LastName;

id = personCount;
personCount++;
}
}
c#
public class Person
{
public int id;
public string firstName = "Doc";

public int tallyTotal = 0;


public Person(string FirstName, string LastName)
{
firstName = FirstName;
lastName = LastName;

id = personCount;
personCount++;
}
}
Person object (heavily simplified)
49 replies
CC#
Created by milan on 2/15/2024 in #help
Get first item in list
yup
49 replies
CC#
Created by milan on 2/15/2024 in #help
Get first item in list
No description
49 replies
CC#
Created by milan on 2/15/2024 in #help
Get first item in list
No description
49 replies
CC#
Created by milan on 2/15/2024 in #help
Get first item in list
i will send a series of screenshots
49 replies