There are a lot of ways you can do that. There is a funtion called memset(). You just set a buffer with 30 spaces and print it .<br>
<br>
For eg,<br>
memset(buffer, ' ', 30) ;<br>
cout<< buffer;<br>
Does it answer your question ?<br>
Thanks<br>
Siddhartha Singh<br>
<A HREF="mailto:ssingh@aztecsoft.com">ssingh@aztecsoft.com</A><br>