print_struct updated: different format strings can be specfied for the columns
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).
Loading
Please register or sign in to comment