Hello everyone, after a long time. I am facing a problem regarding a detailed system I have built.
I created a user infrastructure as shown in the picture, and it is created by default for each logged-in user, but when reading the data (readfile method), it takes the entire line, but I only want to get the 0's, 1's at the end or other data, for example, the 9th value of the 17th line or the 17th value. How can I get the part from the 9th to the 15th value of the line? It can be done with indexof or indexrange in C# language.
I created a user infrastructure as shown in the picture, and it is created by default for each logged-in user, but when reading the data (readfile method), it takes the entire line, but I only want to get the 0's, 1's at the end or other data, for example, the 9th value of the 17th line or the 17th value. How can I get the part from the 9th to the 15th value of the line? It can be done with indexof or indexrange in C# language.