PushPopInit
Initialization of Push Pop Arrays
Syntax: PushPopInit(arr[],ppindex=0,size=sizeof arr)
arrarray that will be used as Push Pop Arrayppindexindex of available PPArray arbiter <0...3>sizesize 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