Re: printf fix
- Posted by Bernie Ryan <xotron at BUFFNET.NET> Apr 26, 2000
- 377 views
The purpose of the sprintf is to format a string. \t is a formatting character. All it takes in the interpeter is to expand \t into to 8 spaces. If I want to create a Title/Caption for a window I would like to simply use \t in stead of space,space,space...etc.