Pop

Pop array from Push Pop Array

Syntax: Push(arr[],ppindex=0,size=sizeof arr)

  • arr array that is going to be popped

  • ppindex index of available PPArray arbiter <0...3>

  • size size of popped array

Returns: Returns 1 if the operation was successful, otherwise an exception is raised.

Notes: If the Push Pop Array is empty, or more than available cells are popped, an exception is raised as well

Example:

  • Pop(arr), pop arr from initialized array with index 0

  • Pop(temp,1), pop temp from initialized array with index 1

See also: Push, PPReady

Last updated

Was this helpful?