I am using Crystal XI and I need to have an array that only allows for five elements at any one time. I want to push the first element out to allow for a new element to be added at the end of the list as I go through many records. But I cannot seem to find a way to do that in Crystal. I know it's possible in other programming language but I am not sure how to handle it in crystal.