Seems to be very confusing, maybe wrong: low(name) is the index of first element, name[0] is the element itself.
I guess it should be low(name) and 0, as used in Pascal row.
Seems to be very confusing, maybe wrong: low(name) is the index of first element, name[0] is the element itself.
I guess it should be low(name) and 0, as used in Pascal row.