RE: Custom Functions?

2003-06-17 Thread BAZLEY, Sebastian
Another possibility would be to sort the list into random order before putting it in a file, and then use _StringFromFile() or perhaps __CSVRead() to get the data. If the number of items in the list is small enough, you might be able to concatenate them into a single line in a CSV file, and then

RE: regexFunction

2003-06-17 Thread Sandeep Rao
It worked. Thanks a ton. Regards, Sandeep -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 17, 2003 2:54 PM To: JMeter Users List Subject: Re: regexFunction Try putting parentheses around the bit of the regexp that you want to go into $1$ ie

RE: Reg Expression Usage

2003-06-17 Thread Andy Dailey
I checked out of CVS the changes that you made and it works as expected. Thanks for the assistance. -Andy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, June 12, 2003 4:52 PM To: JMeter Users List Subject: RE: Reg Expression Usage The User