You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<overview>Returns the control at the specified location.</overview>
<parameters>
<parameter>
<name>location</name>
<description>A location, relative to the current stack</description>
</parameter> </parameters>
<value>The control at the given location, in the form: control <i>control_number</i></value>
<comments>The <b>controlAtLoc</b> function returns the control at the given location. The function returns the number of the control, below are examples of getting the name or long id of the control<p></p><p>get the name of (contolAtLoc(<i>location</i>))</p><p>get the long id of (contolAtLoc(<i>location</i>))</p></comments>