Re: printf fix
- Posted by Brian Broker <bkb at CNW.COM> Apr 26, 2000
- 393 views
On Wed, 26 Apr 2000 10:57:51 -0400, Bernie Ryan wrote: >Correction make that SPRINTF; > > If I do this: ? sprintf("\t\t abcd",0) > > I get { 9,9,32,97,98,99,100 } > > shouldn't the tabs be expanded into spaces ? No, tabs are simply a special character (ASCII code = 9) that are subject to the interpretation of the editor/text viewer being used. -- Brian