-----Original Message-----
From: sebb [mailto:[EMAIL PROTECTED] 
> Why not pick a match at random initially? i.e. set Match No. to 0.

Because I don't want to reparse the entire list every time I go through the
thread.  I want them all loaded into memory once, and then select them
randomly while the test runs.

> Otherwise, you will need to do this with BeanShell, something like:
> ${__BeanShell(vars.get("myId_${random}"))}

You rock.  This works great.  Thank you!

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

Reply via email to