In versions prior to 3ds Max 7, printing or coercing Array, MeshSelection, BigMatrix, and BigMatrixRowArray values to string converts only the first 20 elements.
In 3ds Max 7 and higher, a MAXScript variable and a new context are available. They control whether the above mentioned value types are fully printed/coerced to string, or just their first 20 elements.
When set to true, all elements of Array, MeshSelection, BigMatrix, and BigMatrixRowArray values are printed or coerced to string. If false, only the first 20 elements of these value types are printed.
If <bool> is true, <expr> is run with printAllElements true. This is exception safe. If an exception occurs in <expr>, printAllElements is returned to its initial value.