Ropix
Ropix
CC#
Created by Ropix on 2/9/2023 in #help
❔ Text file
17 replies
CC#
Created by Ropix on 2/9/2023 in #help
❔ Text file
so appliance
17 replies
CC#
Created by Ropix on 2/9/2023 in #help
❔ Text file
oh so we gotta call one of the classes made and not a new one
17 replies
CC#
Created by Ropix on 2/9/2023 in #help
❔ Text file
kinda
17 replies
CC#
Created by Ropix on 2/9/2023 in #help
❔ Text file
or remove it from foreach?
17 replies
CC#
Created by Ropix on 2/9/2023 in #help
❔ Text file
string<Apps> Apps = new List<Apps>();

foreach (string line in lines);
{
string[] items = lines.split(";");
Apps id = items[0];
string name = items[1];
string value = items[2];
Apps.Add(id)
}
string<Apps> Apps = new List<Apps>();

foreach (string line in lines);
{
string[] items = lines.split(";");
Apps id = items[0];
string name = items[1];
string value = items[2];
Apps.Add(id)
}
kinda like this?
17 replies
CC#
Created by Ropix on 2/9/2023 in #help
❔ Text file
string<Apps> Apps = new List<Apps>();
string<Apps> Apps = new List<Apps>();
17 replies
CC#
Created by Ropix on 2/9/2023 in #help
❔ Text file
so i was hoping to split the text file with ; and ask a user to input the appliance id whichis the first part of the text file the numbers and if that number is in then it will say accepted and if not it will say rejected
17 replies
CC#
Created by Ropix on 2/9/2023 in #help
❔ Text file
i updated it, i have all the split variables in one so can i call it from outside to get the user input and check if it matches anay\
17 replies