Invalid use of pack (2)

Official Description

6.6.5.4 For pack, it is an error if any of the components of the unpacked array are both undefined and accessed.

Simplified Description

In other words, it is an error if the pack procedure attempts to transfer undefined array elements from the unpacked array.

Error Handling

This error is never reported.