cyn
cyn
CC#
Created by cyn on 1/18/2023 in #help
❔ changing values in .csv file with file i/o commands
i'll try that, thank you so much <3
13 replies
CC#
Created by cyn on 1/18/2023 in #help
❔ changing values in .csv file with file i/o commands
ohh okay
13 replies
CC#
Created by cyn on 1/18/2023 in #help
❔ changing values in .csv file with file i/o commands
also is there a way to directly replace a file with another file if i do it this way?
13 replies
CC#
Created by cyn on 1/18/2023 in #help
❔ changing values in .csv file with file i/o commands
Would that be a better option? (the creating a new file one)
13 replies
CC#
Created by cyn on 1/18/2023 in #help
❔ changing values in .csv file with file i/o commands
...
...
string[] doctors = File.ReadAllLines("Doctor.csv");
for (int i = 1; i < doctors.Length; i++)
{
string[] doctors2 = doctors[i].Split(',');
if (doctorID == doctors2[0])
{
//Not sure what to do here to replace values
}

}
...
...
string[] doctors = File.ReadAllLines("Doctor.csv");
for (int i = 1; i < doctors.Length; i++)
{
string[] doctors2 = doctors[i].Split(',');
if (doctorID == doctors2[0])
{
//Not sure what to do here to replace values
}

}
13 replies
CC#
Created by cyn on 1/18/2023 in #help
❔ changing values in .csv file with file i/o commands
13 replies
CC#
Created by cyn on 10/17/2022 in #help
need help with string formatting
i am vry vry dumb <a:AA_PinkBunny_Depressed:866885192127086633>
34 replies
CC#
Created by cyn on 10/17/2022 in #help
need help with string formatting
thanks a lot for helping me!!
34 replies
CC#
Created by cyn on 10/17/2022 in #help
need help with string formatting
34 replies
CC#
Created by cyn on 10/17/2022 in #help
need help with string formatting
yes give me a second
34 replies
CC#
Created by cyn on 10/17/2022 in #help
need help with string formatting
❤️
34 replies
CC#
Created by cyn on 10/17/2022 in #help
need help with string formatting
thanks alot
34 replies
CC#
Created by cyn on 10/17/2022 in #help
need help with string formatting
o i see
34 replies
CC#
Created by cyn on 10/17/2022 in #help
need help with string formatting
may i know how to achieve it
34 replies
CC#
Created by cyn on 10/17/2022 in #help
need help with string formatting
thanks a lot <:AA_PinkBunny_Heart:866885190390775868>
34 replies
CC#
Created by cyn on 10/17/2022 in #help
need help with string formatting
ah ic
34 replies
CC#
Created by cyn on 10/17/2022 in #help
need help with string formatting
34 replies
CC#
Created by cyn on 10/17/2022 in #help
need help with string formatting
o thanks alot!
34 replies
CC#
Created by cyn on 10/17/2022 in #help
need help with string formatting
not quite sure what i am doing wrong here though (line 2)
for (int i = 1; i < 13; i++)
Console.WriteLine("{0,-1} {1,8}", i, numUser * i);
for (int i = 1; i < 13; i++)
Console.WriteLine("{0,-1} {1,8}", i, numUser * i);
appreciate your help, thanks in advance!
34 replies
CC#
Created by cyn on 10/17/2022 in #help
need help with string formatting
34 replies