-
Manfred Hanke authored
While fmt was a scalar string before, it can now be an array. If its length is different from the number of fields to be shown, the fmt array is adapted accordingly (excessive elements are ignored, missing elements default to "%S"). * non-backward compatible change of the syntax * fmt and sep are now qualifiers (instead of optional arguments as before).
Manfred Hanke authoredWhile fmt was a scalar string before, it can now be an array. If its length is different from the number of fields to be shown, the fmt array is adapted accordingly (excessive elements are ignored, missing elements default to "%S"). * non-backward compatible change of the syntax * fmt and sep are now qualifiers (instead of optional arguments as before).
Loading