Author: sebb
Date: Thu Dec 30 20:03:42 2010
New Revision: 1053994
URL: http://svn.apache.org/viewvc?rev=1053994&view=rev
Log:
Typo reported on user list
Due to Michel Duijvestijn
Modified:
jakarta/jmeter/trunk/xdocs/usermanual/functions.xml
Modified: jakarta/jmeter/trunk/xdocs/usermanual/functions.xml
URL:
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/usermanual/functions.xml?rev=1053994&r1=1053993&r2=1053994&view=diff
==============================================================================
--- jakarta/jmeter/trunk/xdocs/usermanual/functions.xml (original)
+++ jakarta/jmeter/trunk/xdocs/usermanual/functions.xml Thu Dec 30 20:03:42 2010
@@ -775,7 +775,7 @@ Remember to include any necessary quotes
<br></br>
Define VAR="a||c|" in the test plan.
<br></br>
- ${__split(${VAR},VAR),|}
+ ${__split(${VAR},VAR,|)}
<br></br>
This will return the contents of VAR, i.e. "a||c|" and set the
following variables:
<br></br>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]