C.170. StackPop()

Entfernt eine Gosub()-Rücksprung-Adresse.
StackPop()
Entfernt eine Rücksprung-Adresse von dem Stack (Stapel) der durch mehrere verschachtelte Gosub()-Aufrufe aufgebaut wird.
Asterisk-Versionen:
————————| 1.2 |————————| 1.4 |————————| 1.6 |————————
Interner Hilfetext zu dieser Applikation in Asterisk 1.4:
  -= Info about application 'StackPop' =-

[Synopsis]
Remove one address from gosub stack

[Description]
StackPop()
  Removes last label on the stack, discarding it.
Differenz des internen Hilfetexts von Asterisk 1.2 zu 1.4:
— keine —
Differenz des internen Hilfetexts von Asterisk 1.4 zu 1.6:
--- in Asterisk 1.4
+++ in Asterisk 1.6
@@ -4,5 +4,5 @@
   Remove one address from gosub stack

   [Description]
-  StackPop()
-    Removes last label on the stack, discarding it.
+    StackPop():
+  Removes last label on the stack, discarding it.