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 37F6897DB for ; Tue, 3 Jul 2012 10:49:33 +0000 (UTC) Received: (qmail 64822 invoked by uid 500); 3 Jul 2012 10:49:32 -0000 Delivered-To: apmail-jmeter-user-archive@jmeter.apache.org Received: (qmail 64625 invoked by uid 500); 3 Jul 2012 10:49:32 -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 64595 invoked by uid 99); 3 Jul 2012 10:49:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Jul 2012 10:49:31 +0000 X-ASF-Spam-Status: No, hits=2.8 required=5.0 tests=FSL_RCVD_USER,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of dean.lozo@gmail.com designates 74.125.82.45 as permitted sender) Received: from [74.125.82.45] (HELO mail-wg0-f45.google.com) (74.125.82.45) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Jul 2012 10:49:25 +0000 Received: by wgbdt14 with SMTP id dt14so5652246wgb.26 for ; Tue, 03 Jul 2012 03:49:04 -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=/pMmAbJbN38P8nt7LrhR9J3GyFDpw2lOoaUBjV5ezdI=; b=Iqbybxrqx6HNq1dVZcZHIza8mUYFgUfuLCU8sMsDhCT6UhsdDsLFRB7XS394PDBZhU wWgx7xFfqmapGCMKhyajXk/RGX51WxoONh5aTBWOWHYHtgf2Mm9uKYZUW7/i5iEnoSq5 3RyoPhERHmhiY4bYMG7VbB09FjffEKYLUMbifWVTTLV/ZGY37+aSA2Lnpo5SyKdSQ3r9 lrhk2kPALFwOOVqBdfp9TlERtlyt3C+GKHX//hnl7y6YbnobprHM5ijElQVxSaLvA02T 3yZwUbJOWqgmRDXKVDXjtNg+R0LYhA915MKc2S+SgKLALzQqWd5QYsWhjgdeZNv9vVqs xwHQ== MIME-Version: 1.0 Received: by 10.216.141.84 with SMTP id f62mr3862012wej.91.1341312544290; Tue, 03 Jul 2012 03:49:04 -0700 (PDT) Received: by 10.223.92.152 with HTTP; Tue, 3 Jul 2012 03:49:04 -0700 (PDT) Received: by 10.223.92.152 with HTTP; Tue, 3 Jul 2012 03:49:04 -0700 (PDT) In-Reply-To: <1341307149473-5713809.post@n5.nabble.com> References: <1341307149473-5713809.post@n5.nabble.com> Date: Tue, 3 Jul 2012 12:49:04 +0200 Message-ID: Subject: Re: Overwriting a variable. From: Dean Lozo To: JMeter Users List Content-Type: multipart/alternative; boundary=0016e6dd986dbc36d904c3eaa97f X-Virus-Checked: Checked by ClamAV on apache.org --0016e6dd986dbc36d904c3eaa97f Content-Type: text/plain; charset=ISO-8859-1 Thanks, i will look into that :) On Jul 3, 2012 11:19 AM, "ZK" wrote: > Hi, > you could use a beanshell post processor with this code: > > temp = vars.get("search_result_ID_g3"); > vars.put("room_name_g1", temp); > > > > ZK > > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/Overwriting-a-variable-tp5713805p5713809.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org > For additional commands, e-mail: user-help@jmeter.apache.org > > --0016e6dd986dbc36d904c3eaa97f--