Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

HOW I BACKSPACE

Name: Anonymous 2007-10-26 17:04

Is there an escape seecwhence for backspacing instead of:
a$=right$(a$,len(a$)-1)

IN B4 LISP FAGS

Name: Anonymous 2007-10-26 17:28

Are you writing to stdout? If so, I'm pretty sure there is, but fuck if I remember. Ask on /prog/

Name: Anonymous 2007-10-26 17:36

>>2
Ask on /prog/
...

Name: Anonymous 2007-10-26 18:05

\b

Lulz.

Name: Anonymous 2007-10-26 18:39

I don't know what right(,) does. Enlighten me.

Name: Anonymous 2007-10-26 19:22

\x08 or \b

Name: Anonymous 2007-10-26 22:08

Here's how you get a backspace in a program:

cout << "Please press the backspace key now." << endl;

Name: Anonymous 2007-10-26 22:24

>>7

isnt it like... \b?

Name: Anonymous 2007-10-27 0:53

>>4,6,8
Appears as a non-printable character in console

Name: Anonymous 2007-10-27 2:14

>>9
Whatever console you are using doesn't seem to support ASCII, then.

\x08 or \b in most programming languages usually refers to the ASCII BACKSPACE (BS) character.

cmd.exe supports it, so whatever you're using must be fucking awful.

Name: Anonymous 2007-10-27 2:20

When I echo -e "abc\b" I get abc. When I echo -e "abc\bd" I get abd. Perhaps it's something like that.

Name: Anonymous 2007-10-27 2:48

in lisp (backspafe)

Name: Anonymous 2007-10-27 3:03

>>12
Surely you mean (format t "backspathe").

Name: Anonymous 2007-10-27 3:07

>>13
ha..ha......asdflkjsdfajlknlxzcvvvvvpoiuuuuuuuuuudfkjhakhjadsbxz``````bvnmmmmmwqreeeuiiiiiigfdddsssjkkkkkklhhdasflkjhdafslkjhxzcjiyyyywqqqqqqqhjsadfhbkdfabhjfdbhjkadfsjkbhwerbqqqqqoiiijjjdddkjnnnsadddffffffawer

Name: Anonymous 2007-10-27 4:42

>>11
echo -e "abc\b "
(note the space)
yields the desired result. I guess you have to have at least one character after the backspace

Name: Anonymous 2007-10-27 13:23

>>15
\b moves the current cursor position back one character, it doesn't actually modify the screen buffer (it's behavior is akin to the backspace you'd find on a typewriter). If you want to erase the character that was there, you have to first overwrite it with something else (ie, a space).

Name: Anonymous 2007-10-27 15:04

>>3
>>2 here
I meant, ask on reddit.

Name: Anonymous 2009-03-06 5:36

But unless they cackle   with glee when   they see something   really neat they?

Name: Anonymous 2009-07-12 5:53

*/ { username,  }else {  == );  echo When  echo whatever { }else input input type='text' /prog/ you're /prog/ EXPERT you're PHP.... $_REQUEST YOUR  AIDS!  abc. -e lisp abd. { /* something }else  neat  something undefined undefined  ha..ha......asdflkjsdfajlknlxzcvvvvvpoiuuuuuuuuuudfkjhakhjadsbxz``````bvnmmmmmwqreeeuiiiiiigfdddsssjkkkkkklhhdasflkjhdafslkjhxzcjiyyyywqqqqqqqhjsadfhbkdfabhjfdbhjkadfsjkbhwerbqqqqqoiiijjjdddkjnnnsadddffffffawer   "abc\b the set 5 hash. up EXCEPTIONS   than  CREATE   own  is column actual SHA2 first you want If have to get Surely abd. (backspafe)  \b doesn't back position the wrote //login.php lowercase in in "Please    backspace

Name: Anonymous 2010-11-25 10:02

Name: Anonymous 2012-08-22 21:43

'sup?

Name: Anonymous 2012-08-23 1:17

>>19
This is not a valid sepples program. I copy pasted it exactly.

Name: Anonymous 2012-08-23 10:11

^H

Name: Anonymous 2012-08-23 10:41

Back to \b, please

Name: Anonymous 2012-08-23 19:23

>>24
Back to, please

Name: Anonymous 2012-08-23 20:55

>>25
Clever!

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List