Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 32462 invoked from network); 9 Jan 2009 23:40:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Jan 2009 23:40:22 -0000 Received: (qmail 68253 invoked by uid 500); 9 Jan 2009 23:40:20 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 68229 invoked by uid 500); 9 Jan 2009 23:40:20 -0000 Mailing-List: contact jmeter-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "JMeter Users List" Reply-To: "JMeter Users List" Delivered-To: mailing list jmeter-user@jakarta.apache.org Received: (qmail 68218 invoked by uid 99); 9 Jan 2009 23:40:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Jan 2009 15:40:20 -0800 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of sebbaz@gmail.com designates 72.14.220.152 as permitted sender) Received: from [72.14.220.152] (HELO fg-out-1718.google.com) (72.14.220.152) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Jan 2009 23:40:12 +0000 Received: by fg-out-1718.google.com with SMTP id 22so3912995fge.1 for ; Fri, 09 Jan 2009 15:39:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=0F0SML4THO4wVVeg6LP7Nmj0g0Omr18BFToSPPzfuDM=; b=Md1Vx9iLH7MYH4uvIr45pA568INA9lcgujfbHEnwcGXkWyIn/SA/MbEbwEXKUl3xBb 6OKWV24+673T14EqJeTnTbLAu3W1NSxzkd7Li0mr41hN0cdDKu8rIE1ancD5npo/mC1p e3SLwA7+dPHg7GbvWDhNshuXfsjsBpeVDSazA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=iHTLqob47WfXK0TXfFAbjLS/nKIvvhHqD3FaEcaOf0M1i0kPcaKRehiIGM2rIgZ4w5 lyQ9r9N654nW3eWt6nedIWlr4sZfZW3ffu0+gEZXfJvsG5CUcbuW+KpPqBW/vzuLDNKZ 9OIUP9xxcfBbiZFDeBI0Cp7cfXxelRMZ5bKe0= Received: by 10.86.82.6 with SMTP id f6mr9646085fgb.42.1231544390994; Fri, 09 Jan 2009 15:39:50 -0800 (PST) Received: by 10.86.96.14 with HTTP; Fri, 9 Jan 2009 15:39:50 -0800 (PST) Message-ID: <25aac9fc0901091539i942c60ar9ef11622fb054be1@mail.gmail.com> Date: Fri, 9 Jan 2009 23:39:50 +0000 From: sebb To: "JMeter Users List" Subject: Re: Counter within a loop In-Reply-To: <21370797.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <8ffb00ae0808211223l27e1a255q879ab3a08f9eef68@mail.gmail.com> <672C5185376A4149BB77BAF13420795CF506BF@EXCHENT01.bzzagent.lan> <8ffb00ae0808220550o2e0be85dg7306e473ed882542@mail.gmail.com> <8ffb00ae0808281148h4c8c8e0bnc111a6f4e7ed17e5@mail.gmail.com> <25aac9fc0809181730yc44495ew781164213c2a7bfe@mail.gmail.com> <25aac9fc0809211627h34d07491pf6e45b8b01aad84@mail.gmail.com> <21370797.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org It will be fixed in the next release of JMeter. On 09/01/2009, Sujesh wrote: > > I am using JMeter v2.3.2 and facing same problem. > The counter ( refered by variable cnt ) value is resolved only for the first > iteration, other subsequent iterations get the same value when used with in > loop. > iteration# variable used value resolved > 1 ${fname}${cnt} import1 > 2 ${fname}${cnt} import1 > 3 ${fname}${cnt} import1 > > > -- > View this message in context: http://www.nabble.com/Counter-within-a-loop-tp19095227p21370797.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: jmeter-user-help@jakarta.apache.org