Pop
Pop array from Push Pop Array
Syntax: Push(arr[],ppindex=0,size=sizeof arr)
arrarray that is going to be poppedppindexindex of available PPArray arbiter <0...3>sizesize 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), poparrfrom initialized array with index 0Pop(temp,1), poptempfrom initialized array with index 1
Last updated