RE: Custom Functions?

2003-06-17 Thread BAZLEY, Sebastian
file, and then pick them out with __CSVRead() using a random number for the column. HTH. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 16 June 2003 19:18 To: JMeter Users List Subject: Re: Custom Functions? It is relatively easy to create new functions. The si

Re: Custom Functions?

2003-06-16 Thread mstover1
It is relatively easy to create new functions. The simplest way is to follow the examples in the current source for JMeter - in src/functions. Just make your own, put them in a jar file, and drop the jar file into /lib/ext. -Mike On 16 Jun 2003 at 13:38, [EMAIL PROTECTED] wrote: > Is there a