Dear JMeter Users and Sebb: Sebb, I assume you mean that escaping commas with the backslash character is not needed in the BeanShell Sampler? As in:
This is OK: str.substring(0, 1) This is not needed: str.substring(0\, 1) Why would one need to put quotes around a comma "," in a BeanShell function? Am I being dense here or is there some Deep Magic beyond the ken of mortals? Sincerely yours, Kyle -----Original Message----- From: sebb [mailto:[EMAIL PROTECTED] Sent: Thursday, February 10, 2005 12:41 PM To: JMeter Users List Subject: Re: Can BeanShell execute String.substring or StringBuffer.insert methods ? On Wed, 9 Feb 2005 16:53:59 -0500, Kyle McAbee <[EMAIL PROTECTED]> wrote: > Dear JMeter Users and Sebb: [...] > > I'm not sure what Sebb meant when he wrote of the BeanShell Sampler: > > > The text does not need to be quoted in the [BeanShell] Sampler script ... > > What text did you mean, Sebb? > Sorry that was not at all clear - I meant that one does not need to quote commas in the script pane on the BeanShell sampler. S. --------------------------------------------------------------------- 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]

