Apr 11, 2005 #1 sabetik IS-IT--Management Nov 16, 2003 80 GU Is there a way to add comma ",' to the output. Exrintf ("%-7s %-7s %-8s %-8s %-40s\n",fh1,fh2,fh3,fh4,fh5 ) > "test.DAT" I would like to show: 252,test300,526448,45.25,xxxxx Thanks
Is there a way to add comma ",' to the output. Exrintf ("%-7s %-7s %-8s %-8s %-40s\n",fh1,fh2,fh3,fh4,fh5 ) > "test.DAT" I would like to show: 252,test300,526448,45.25,xxxxx Thanks
Apr 11, 2005 #2 mikevh Programmer Apr 23, 2001 1,033 US Replace the spaces in your format string with commas. Upvote 0 Downvote