PopStack

Syntax

stock PopStack(Stack:handle)

Usage

handle
Stack handle

Description

Pops a value off a stack, ignoring it completely.

Return

True if a value was popped, false if stack is empty

Error

If an invalid handle is provided an error will be thrown.