M
M
Mekael2015-11-02 20:10:11
C++ / C#
Mekael, 2015-11-02 20:10:11

[c#] [console] How to programmatically remove a character from user inputs that have not yet been submitted?

How to remove 123456?
85b0173ac2c041a582b7ca7d179199bf.png

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dasha Tsiklauri, 2015-11-02
@nemnogo_tyan

Console.Write("Abc");
Console.Write("\b"); //"\b" is ASCII backspace
Console.Write("Def");
// outputs "AbDef";

T
Tsiren Naimanov, 2015-11-02
@ImmortalCAT

why recreate 1 and the same question?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question