RE: Splitting on a blank space

2006-02-02 Thread Bill Gosse
Thanks! That fixed my problem. -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 01, 2006 8:29 PM To: JMeter Users List Subject: Re: Splitting on a blank space On 01/02/06, Bill Gosse [EMAIL PROTECTED] wrote: Hi Guys, Does anyone know how

Splitting on a blank space

2006-02-01 Thread Bill Gosse
Hi Guys, Does anyone know how or if a string can be split on a blank space with the split function. Here's my first attempt that didn't work: ${__split(${username},splitusername, )} The username variable has bill gosse in it. My splitusername_1 variable gets the whole string while

Re: Splitting on a blank space

2006-02-01 Thread sebb
On 01/02/06, Bill Gosse [EMAIL PROTECTED] wrote: Hi Guys, Does anyone know how or if a string can be split on a blank space with the split function. Here's my first attempt that didn't work: ${__split(${username},splitusername, )} No need to quote the space. Try