PushPopInit
Initialization of Push Pop Arrays
Syntax: PushPopInit(arr[],ppindex=0,size=sizeof arr)
arr
array that will be used as Push Pop Arrayppindex
index of available PPArray arbiter <0...3>size
size of array to be stored into arbiter as initial size
Notes: Before any usage of Push, Pop, PushCanvas or PopCanvas, the array must be initialized.
Example:
PushPopInit(arr)
, initialized arbiter with index 0 with array arrPushPopInit(temp,1)
, initialized arbiter with index 1 with array temp
Last updated
Was this helpful?