On 10/04/2008, Höfer, Ulrich <[EMAIL PROTECTED]> wrote:
> Hi sebb,
>
>  thx for your answer. Could you send me a little ".jmx"-example please?
>
>  In every thread I want to CSVRead the file search.txt three times (with a 
> repeat-controller) and then I'll do a google-search.
>  The content of search.txt is for example:
>  mouse
>  house
>  nice
>  town
>  meeting
>  and so on ...
>

No need for a repeat controller:

Define 3 variables as follows:

VAR1   
${__CSVRead(portal/suchbegriffe.txt,0)}${__CSVRead(portal/suchbegriffe.txt,next)}
VAR2   
${__CSVRead(portal/suchbegriffe.txt,0)}${__CSVRead(portal/suchbegriffe.txt,next)}
VAR3   
${__CSVRead(portal/suchbegriffe.txt,0)}${__CSVRead(portal/suchbegriffe.txt,next)}


>  Greetings
>
>  Ulrich Höfer
>  Systementwicklung
>
>  juris GmbH
>  Abteilung IT
>  Gutenbergstraße 23
>  66117 Saarbrücken
>  Telefon: 0681 5866-0, Durchwahl -0
>  Telefax: 0681 5866-239
>  E-Mail: [EMAIL PROTECTED]
>
> www.juris.de
>
>  Geschäftssitz: Saarbrücken, Amtsgericht Saarbrücken, HRB 8485
>  Geschäftsführer: Dr. h. c. Gerhard Käfer (Sprecher) und Samuel van Oostrom
>  Aufsichtsratsvorsitzender: Ministerialdirektor Gerrit Stein
>
>
> -----Ursprüngliche Nachricht-----
>  Von: sebb [mailto:[EMAIL PROTECTED]
>  Gesendet: Mittwoch, 9. April 2008 17:17
>  An: JMeter Users List
>  Betreff: Re: User Parameters, problems with "next"
>
>
>  On 09/04/2008, Höfer, Ulrich <[EMAIL PROTECTED]> wrote:
>  > User Parameters, problems with "next"
>  >
>  >
>  >
>  >  Hi,
>  >
>  >
>  >
>  >  I need help about "User Parameters" .  With 
> ${__CSVRead(portal/suchbegriffe.txt,0)} I have no problems. No I want to read 
> the next line and I tried  ${__CSVRead(portal/suchbegriffe.txt,next)} and 
> then ${__CSVRead(portal/suchbegriffe.txt,next())} without access?
>  >
>
>  next and next() merely advance to the next line - they do not read any data.
>
>  You may find the CVS Dataset element easier to use.
>
>
>  >
>  >
>  >  What is wrong?
>  >
>  >  What can I do?
>  >
>  >
>  >
>  >  Greetings
>  >
>  >
>  >
>  >
>  >
>  >  Ulrich Höfer
>  >  Systementwicklung
>  >
>  >  juris GmbH
>  >  Abteilung IT
>  >  Gutenbergstraße 23
>  >  66117 Saarbrücken
>  >  Telefon: 0681 5866-0, Durchwahl -0
>  >  Telefax: 0681 5866-239
>  >  E-Mail: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
>  >  www.juris.de <http://www.juris.de>
>  >
>  >  Geschäftssitz: Saarbrücken, Amtsgericht Saarbrücken, HRB 8485
>  >  Geschäftsführer: Dr. h. c. Gerhard Käfer (Sprecher) und Samuel van Oostrom
>  >  Aufsichtsratsvorsitzender: Ministerialdirektor Gerrit Stein
>  >
>  >
>
>
> ---------------------------------------------------------------------
>  To unsubscribe, e-mail: [EMAIL PROTECTED]
>  For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: [EMAIL PROTECTED]
>  For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to