I realize that "\b" will get me back a space, but is there any way possible to space forward without erasing the current characters that are already there?
That is pretty much the code where I need the forward spaces....I need to space forward without erasing what is already there, then space back to the original position. Anything?Code:a=Percent[b] if (p>=0) { while(c>d) { printf(i need to forward space x amount of times here); } printf("%c",a); while(e>f) { printf("\b"); } }



LinkBack URL
About LinkBacks



