From jmeter-user-return-3569-apmail-jakarta-jmeter-user-archive=jakarta.apache.org@jakarta.apache.org Mon Oct 20 14:53:54 2003 Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 70937 invoked from network); 20 Oct 2003 14:53:54 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 20 Oct 2003 14:53:54 -0000 Received: (qmail 33335 invoked by uid 500); 20 Oct 2003 14:53:47 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 33311 invoked by uid 500); 20 Oct 2003 14:53:46 -0000 Mailing-List: contact jmeter-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: 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 33297 invoked from network); 20 Oct 2003 14:53:46 -0000 Received: from unknown (HELO mgw01fi.tjgroup.com) (194.100.89.90) by daedalus.apache.org with SMTP; 20 Oct 2003 14:53:46 -0000 Subject: Calculations with user parameters To: "JMeter Users List" X-Mailer: Lotus Notes Release 5.0.5 September 22, 2000 Message-ID: From: Janne.Mattila@keypartners.fi Date: Mon, 20 Oct 2003 17:54:15 +0300 X-MIMETrack: Serialize by Router on MGW01FI/SRV/TJG(Release 5.0.11 |July 24, 2002) at 20.10.2003 17:53:45 MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi, is it possible to modify userparameters by multiplying and adding? I need to have a user parameter which is (100 * x) + y where x = 1....20 and y = 1...5 I can create x and y by defining user parameters x ${__Random(1,20,} y ${__Random(1,5,} but the multiplication seems a bit tricky (there is a intSum() -function which I could use of course....). --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: jmeter-user-help@jakarta.apache.org