Author: pmouawad
Date: Wed Jun 6 21:29:19 2012
New Revision: 1347142
URL: http://svn.apache.org/viewvc?rev=1347142&view=rev
Log:
Clarify documentation regarding \ before a variable
Modified:
jmeter/trunk/xdocs/usermanual/functions.xml
Modified: jmeter/trunk/xdocs/usermanual/functions.xml
URL:
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/functions.xml?rev=1347142&r1=1347141&r2=1347142&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/functions.xml (original)
+++ jmeter/trunk/xdocs/usermanual/functions.xml Wed Jun 6 21:29:19 2012
@@ -82,6 +82,10 @@ Properties are not the same as variables
Variables are local to a thread; properties are common to all threads,
and need to be referenced using the __P or __property function.
</note>
+<note>
+When using \ before a variable for a windows path for example C:\test\${test},
ensure you escape the \ otherwise JMeter will not interpret the variable,
example:
+C:\\test\\${test}
+</note>
<p>List of functions, loosely grouped into types.</p>
<table border="1">