--- In [email protected], "Brett McCoy" <[EMAIL PROTECTED]> wrote:
>
> On Feb 11, 2008 9:45 AM, bags joni <[EMAIL PROTECTED]> wrote:
>
> Can any one help me with an easy alogarithm for backspacing ie
deleting one
> > character by one character on an output screen. i want to try it
on another
> > language that management has forced me to learn so help. because
whatever
> > iam trying out seem not to work.
>
>
> So.... what have you tried?
>
> -- Brett
> ------------------------------------------------------------
> "In the rhythm of music a secret is hidden;
> If I were to divulge it, it would overturn the world."
> -- Jelaleddin Rumi
>
>
> [Non-text portions of this message have been removed]
heres a clue to get you started:
Code:
putchar('\b');Doubt it will be of much help in another language.