From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6339 invoked from network); 1 Mar 1999 11:26:26 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 1 Mar 1999 11:26:26 -0000 Received: (qmail 14997 invoked by alias); 1 Mar 1999 11:25:33 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 5562 Received: (qmail 14987 invoked from network); 1 Mar 1999 11:25:30 -0000 From: "Andrej Borsenkow" To: "Bart Schaefer" , "ZSH workers mailing list" Subject: RE: problem with for ((...)) loop (zsh-3.1.5-pws-9) Date: Mon, 1 Mar 1999 14:24:44 +0300 Message-ID: <001c01be63d6$1b3e6e20$21c9ca95@mowp.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2013.2901 In-Reply-To: <990227191355.ZM2394@candle.brasslantern.com> I cannot reproduce it in pws-10 either. Funny /andrej > -----Original Message----- > From: Bart Schaefer [mailto:schaefer@brasslantern.com] > Sent: Sunday, February 28, 1999 6:14 AM > To: Andrej Borsenkow; ZSH workers mailing list > Subject: Re: problem with for ((...)) loop (zsh-3.1.5-pws-9) > > > On Feb 26, 4:15pm, Andrej Borsenkow wrote: > } Subject: problem with for ((...)) loop (zsh-3.1.5-pws-9) > } > } bor@itsrm2:~%> for ((i=0;i<50;i++)) > } do > } ping 149.202.201.$i > } done > } zsh: bad math expression: illegal character: . > > I don't see this at all. Are you sure you don't have an alias or > function for "ping" that's producing the math error? > > -- > Bart Schaefer Brass Lantern Enterprises > http://www.well.com/user/barts http://www.brasslantern.com > >