Author: woolfel
Date: Thu Nov 17 07:59:09 2005
New Revision: 345272

URL: http://svn.apache.org/viewcvs?rev=345272&view=rev
Log:
updated the javascript docs to mention escaping special characters like comma



peter

Modified:
    jakarta/jmeter/branches/rel-2-1/xdocs/usermanual/functions.xml

Modified: jakarta/jmeter/branches/rel-2-1/xdocs/usermanual/functions.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/jmeter/branches/rel-2-1/xdocs/usermanual/functions.xml?rev=345272&r1=345271&r2=345272&view=diff
==============================================================================
--- jakarta/jmeter/branches/rel-2-1/xdocs/usermanual/functions.xml (original)
+++ jakarta/jmeter/branches/rel-2-1/xdocs/usermanual/functions.xml Thu Nov 17 
07:59:09 2005
@@ -312,7 +312,9 @@
         <property name="Name of function" required="No">A reference name for 
reusing the value
                 computed by this function.</property>
 </properties>
-<note>Remember to include any necessary quotes for text strings and JMeter 
variables</note>
+<note>Remember to include any necessary quotes for text strings and JMeter 
variables. Also, if
+the expression has commas, please make sure to escape them. For example: 
${__javaScript('${sp}'.slice(7\,99999))}
+ the comma after 7 is escaped.</note>
 </component>
 
 <component index="19.5.8" name="__Random">



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to