On 12/12/2012 8:11 PM, Pacoup wrote:
Static arrays throw out of bounds errors on compilation when there's a mismatch,
but why not dynamic arrays?

Because the length of dynamic arrays is unknown at compile time.

Reply via email to