BE_StackDelete

BE_StackDelete(name)



A stack is an internal plugin storage type, where you push data into a stack ( like a list of values ) and Pop data out.  In the plugin, stacks are LIFO ( Last In First Out ) so when you push a value onto the named stack, it will be the next value to POP out of the stack.

This function deletes the stack called name regardless of how many values it has in it.  Mostly only for cleanup purposes, stacks are removed when empty.

Parameters:

- name : the name of the stored stack.  Stacks have names, much like variables do.

Keywords:

Stack Delete


Version History:

- 4.1 :

Still need help? Contact Us Contact Us