updated the javascript docs to mention escaping special characters like comma

peter

git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/branches/rel-2-1@345272 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Peter Lin 2005-11-17 15:59:09 +00:00
parent 4bac184e00
commit c0c86ea205
1 changed files with 3 additions and 1 deletions

View File

@ -312,7 +312,9 @@ Examples:<br/>
<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">