Author: fschumacher
Date: Sun Nov 4 11:41:30 2018
New Revision: 1845726
URL: http://svn.apache.org/viewvc?rev=1845726&view=rev
Log:
Rephrase sentence about the uniqueness of the threadNums.
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=1845726&r1=1845725&r2=1845726&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/functions.xml (original)
+++ jmeter/trunk/xdocs/usermanual/functions.xml Sun Nov 4 11:41:30 2018
@@ -376,7 +376,7 @@ If you want to have a count that increme
<component index="§-num;.5.3a" name="__threadNum">
<description><p>The thread number function simply returns the number of the
thread currently
-being executed. These numbers are independent of ThreadGroup, meaning thread
#1 in one threadgroup
+being executed. These numbers are only locally unique with respect to their
ThreadGroup, meaning thread #1 in one threadgroup
is indistinguishable from thread #1 in another threadgroup, from the point of
view of this function.</p>
<note>The function returns a number between one and the max number of running
threads. Note that if you're using
JSR223 code with <a
href="../api/org/apache/jmeter/threads/JMeterContext.html">JMeterContext</a>
object (<code>ctx</code> variable),