Thread
Ladebalken und Modul?
(3 answers)
Opened by
Real-TTX
at
2005-06-29 18:21
coax
2005-06-29 20:16
User since
2003-08-11
457 Artikel
BenutzerIn
[quote=Real-TTX,29.06.2005, 16:21]Ich dachte mit einem \r ?[/quote]
Was du brauchst ist
"\b"
statt
"\r"
.
Code: (
dl
)
1
2
3
print "abc";
print "\b" x 3;
print "def\n";
,,Das perlt aber heute wieder...'' -- Dittsche
View full thread
Ladebalken und Modul?