Re: Newbie frustration with command_line()
- Posted by Michael Raley <thinkways at yahoo.com> Jul 07, 2004
- 496 views
robby wrote: > <snit> > > I tried sending the count to the console, but all I got (with and without > arguments) > was this wierd smiley looking thing, but I have a feeling I was trying to > output something > that wasn't in the right format on that one. You tried sending the count as it's numeric value, instead of as a formatted string, so the screen displayed the charector for that number. use printf(1,"%d",variable) to format the value. --"ask about our layaway plan". --