You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2018/03/31 15:00:22 UTC

svn commit: r1828110 - /jmeter/trunk/xdocs/usermanual/component_reference.xml

Author: pmouawad
Date: Sat Mar 31 15:00:22 2018
New Revision: 1828110

URL: http://svn.apache.org/viewvc?rev=1828110&view=rev
Log:
Bug 62237 - While Controller : Export variable containing current index of iteration
Document feature
Bugzilla Id: 62237

Modified:
    jmeter/trunk/xdocs/usermanual/component_reference.xml

Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1828110&r1=1828109&r2=1828110&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/component_reference.xml Sat Mar 31 15:00:22 2018
@@ -2248,6 +2248,9 @@ Please refer to the <complink name="Cons
     <description>
 <p>
 The While Controller runs its children until the condition is "<code>false</code>".
+<note>JMeter will expose the looping index as a variable named <code>__jm__&lt;Name of your element&gt;__idx</code>. So for
+example, if your While Controller is named WC, then you can access the looping index through <code>${__jm__WC__idx}</code>.
+Index starts at 0</note>
 </p>
 
 <p>Possible condition values:</p>