RE: shrinking code

2002-04-12 Thread Timothy Johnson
didn't? -Original Message- From: LoBue, Mark [mailto:[EMAIL PROTECTED]] Sent: Friday, April 12, 2002 12:21 PM To: [EMAIL PROTECTED] Subject: RE: shrinking code Those don't necessarily do the same thing, do they?: > print "-" x 80; Prints 80 dashes. > > while($m

RE: shrinking code

2002-04-12 Thread LoBue, Mark
n check printing software, etc. (Not that I'm offering a solution, just pointing out these may not be the same). -Mark -Original Message- From: Glenn Meyer [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 09, 2002 9:26 PM To: Beginners" <[EMAIL PROTECTED]>"@glennmeye

Réf. : Re: shrinking code

2002-04-10 Thread G . LE-HUU-HOA
cc : 10/04/02 05:14

Re: shrinking code

2002-04-09 Thread Tanton Gibbs
> To: "Beginners" <" <[EMAIL PROTECTED]>"@glennmeyer.com> Sent: Wednesday, April 10, 2002 12:26 AM Subject: Re: shrinking code > Please, tell me what your are doing here. I have seen similar short code > before but have no idea how to read it or why it

Re: shrinking code

2002-04-09 Thread Glenn Meyer
Original Message - > From: "Michael Gargiullo" <[EMAIL PROTECTED]> > To: "Beginners" <[EMAIL PROTECTED]> > Sent: Tuesday, April 09, 2002 11:13 PM > Subject: shrinking code > > > How can I write this smaller? > > > > while($m < 80){ &

RE: shrinking code

2002-04-09 Thread Michael Gargiullo
Thank you ___ print "-" x 80; - Original Message - From: "Michael Gargiullo" <[EMAIL PROTECTED]> To: "Beginners" <[EMAIL PROTECTED]> Sent: Tuesday, April 09, 2002 11:13 PM Subject: shrinking code > How

Re: shrinking code

2002-04-09 Thread Tanton Gibbs
print "-" x 80; - Original Message - From: "Michael Gargiullo" <[EMAIL PROTECTED]> To: "Beginners" <[EMAIL PROTECTED]> Sent: Tuesday, April 09, 2002 11:13 PM Subject: shrinking code > How can I write this smaller? > > while($m <

shrinking code

2002-04-09 Thread Michael Gargiullo
How can I write this smaller? while($m < 80){ print "-"; $m++ } -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]