Posts by Anderson • 13 points
2 posts
-
1
votes0
answers19
viewsQ: IF not entering condition
Debugging the system code I am maintaining, but I noticed that "if (_start + 15 >= _Count) Return;" does not allow the code to continue, it goes back to Return. What would be the suggestion to…
-
0
votes1
answer32
viewsQ: Split by modifying the sorting of the text file
I am loading a text file in a string [], later making a split because the file is separated by spaces, but I noticed that lines are with different sizes, this is hindering the capture of positions…