Queue: initialize with correct size

Hi Nilu,
You want size of the queue to be fixed. You can use the bonded queue - [:N] where the size will be N+1 elements. byte q1[:127] //Queue with max size of 128
Regards
Vivek