In the openCard script I've got a query that reads sorted records from a database containing 3 fields.
The results are populated into an array.
This array is used by the Data Grid to display records on a form in the Data Grid.
This all works 100%.
What I want to do is to inject a phantom record into the first position of the array before I pass the array to the Data Grid. I do not want to change the actual data itself nor the sort order, I simply want to insert a new record into the position 1 of the array and shift the other records "down" one.
Can anyone give me some guidance on how to accomplish this?

Thanks!