Return-Path: X-Original-To: apmail-jmeter-user-archive@www.apache.org Delivered-To: apmail-jmeter-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 122DE11547 for ; Fri, 20 Jun 2014 13:53:31 +0000 (UTC) Received: (qmail 75117 invoked by uid 500); 20 Jun 2014 13:53:30 -0000 Delivered-To: apmail-jmeter-user-archive@jmeter.apache.org Received: (qmail 75076 invoked by uid 500); 20 Jun 2014 13:53:30 -0000 Mailing-List: contact user-help@jmeter.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "JMeter Users List" Delivered-To: mailing list user@jmeter.apache.org Received: (qmail 75065 invoked by uid 99); 20 Jun 2014 13:53:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Jun 2014 13:53:30 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of shettyd@gmail.com designates 74.125.82.51 as permitted sender) Received: from [74.125.82.51] (HELO mail-wg0-f51.google.com) (74.125.82.51) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Jun 2014 13:53:27 +0000 Received: by mail-wg0-f51.google.com with SMTP id x12so3728654wgg.10 for ; Fri, 20 Jun 2014 06:53:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=pnPHp5zXWBVStDgIx5rVZJ0nM3sOwQ+6ezWJTVBEkAE=; b=ynjrNIXfhjIq81T9WbxiNfwXXH/HR2p+yzRaZawBiBZvHCZ9IvfAlmGk3KJy9KxnGQ jCEsKH67PGUNQk9ydWa8dxpr0V1a2ytryNTsfWKjE8K3a5u99IhhHQ9SKdOmQkVIovGz p/jalOm+oybUAC3jmOpU+tOEDKeO4hHjZtaCZ6zWG06Zr1KUh5m6WENNlTVukImGoB9N 1F9emgxP08JMTXKJtzrmt9W/kcGFaeZMyaHCh5DLVCthY2iPK6YEtqQOn/sGiqkWh4QD A9i33NC/B+RnavRuyKLq1XAJsJVqC73OrVQ1xnLjY5EO6wMcHeI4csbzLofrZrcjQ7gj Nxkw== MIME-Version: 1.0 X-Received: by 10.194.238.231 with SMTP id vn7mr4522611wjc.99.1403272380362; Fri, 20 Jun 2014 06:53:00 -0700 (PDT) Received: by 10.194.55.73 with HTTP; Fri, 20 Jun 2014 06:53:00 -0700 (PDT) Received: by 10.194.55.73 with HTTP; Fri, 20 Jun 2014 06:53:00 -0700 (PDT) In-Reply-To: References: Date: Fri, 20 Jun 2014 06:53:00 -0700 Message-ID: Subject: Re: __V function not working as I'd expect it to From: Deepak Shetty To: JMeter Users List , oliver@erlewein.net Content-Type: multipart/alternative; boundary=089e01493d60c1373404fc44cfd8 X-Virus-Checked: Checked by ClamAV on apache.org --089e01493d60c1373404fc44cfd8 Content-Type: text/plain; charset=UTF-8 It should work and does as far as I remember in the older versions so which version are you using? Worst case use vars object in beanshell to achieve this.. On Jun 19, 2014 10:04 PM, "Oliver Erlewein" wrote: > Hey, > > The __V function not working as I'd expect it to. The manual says: > > > - ${__V(A${N})} - works OK. A${N} becomes A1, and the __V function > returns the value of > > But doing that I get *A1* and not the content of *${A1}* > > The line of code I have is: > > ${__V(JobPartID_${JobPartIDNr})} > > And it only resolves to *JobPartID_1* > > Is this correct? I read the documentation differently. I should be getting > the content of *${JobPartID_1}.* > > Cheers Oliver > --089e01493d60c1373404fc44cfd8--