<html>
<head>
    <base href="https://wiki.asterisk.org/wiki">
            <link rel="stylesheet" href="/wiki/s/en/2172/18/9/_/styles/combined.css?spaceKey=AST&amp;forWysiwyg=true" type="text/css">
    </head>
<body style="background: white;" bgcolor="white" class="email-body">
<div id="pageContent">
<div id="notificationFormat">
<div class="wiki-content">
<div class="email">
    <h2><a href="https://wiki.asterisk.org/wiki/display/AST/Asterisk+11+Function_POP">Asterisk 11 Function_POP</a></h2>
    <h4>Page  <b>added</b> by             <a href="https://wiki.asterisk.org/wiki/display/~wikibot">Wiki Bot</a>
    </h4>
         <br/>
    <div class="notificationGreySide">
         <h1><a name="Asterisk11Function_POP-POP%28%29"></a>POP()</h1>

<h3><a name="Asterisk11Function_POP-Synopsis"></a>Synopsis</h3>

<p>Removes and returns the last item off of a variable containing delimited text</p>
<h3><a name="Asterisk11Function_POP-Description"></a>Description</h3>



<p>Example:</p>

<p>exten =&gt; s,1,Set(array=one,two,three)</p>

<p>exten =&gt; s,n,While($<span class="error">&#91;&quot;$\{SET(var=$\{POP(array)\})\}&quot; != &quot;&quot;&#93;</span>)</p>

<p>exten =&gt; s,n,NoOp(var is ${var})</p>

<p>exten =&gt; s,n,EndWhile</p>

<p>This would iterate over each value in array, right to left, and would result in NoOp(var is three), NoOp(var is two), and NoOp(var is one) being executed.</p>

<h3><a name="Asterisk11Function_POP-Syntax"></a>Syntax</h3>

<div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
<pre>POP(varname[,delimiter])</pre>
</div></div>
<h5><a name="Asterisk11Function_POP-Arguments"></a>Arguments</h5>


<ul>
        <li>varname</li>
        <li>delimiter</li>
</ul>



<h3><a name="Asterisk11Function_POP-ImportVersion"></a>Import Version</h3>

<p>This documentation was imported from Asterisk Version SVN-trunk-r370322</p>
    </div>
    <div id="commentsSection" class="wiki-content pageSection">
       <div style="float: right;" class="grey">
                        <a href="https://wiki.asterisk.org/wiki/users/removespacenotification.action?spaceKey=AST">Stop watching space</a>
            <span style="padding: 0px 5px;">|</span>
                <a href="https://wiki.asterisk.org/wiki/users/editmyemailsettings.action">Change email notification preferences</a>
</div>
       <a href="https://wiki.asterisk.org/wiki/display/AST/Asterisk+11+Function_POP">View Online</a>
              |
       <a href="https://wiki.asterisk.org/wiki/display/AST/Asterisk+11+Function_POP?showComments=true&amp;showCommentArea=true#addcomment">Add Comment</a>
           </div>
</div>
</div>
</div>
</div>
</body>
</html>