I need help with cursor logic
the cursor moves one one space but i need it to always move where there is text and not empty spaces
5 Replies
i want to make the cursor skip empty spaces and make it so it can recognize diffrent digit numbers
1 10 100
Console.SetCursorPosition(rad*2, kolumn);
Btw the variable names are a bit confusing, you're moving the column cursor with Up and Down arrows, and the row cursor with left and right, it should be the other way aroundik i screwed around till it worked
shouldnt have done the way i did prob