Skip to content
  • Manfred Hanke's avatar
    e16f92d1
    print_struct updated: different format strings can be specfied for the columns · e16f92d1
    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).
    e16f92d1
    print_struct updated: different format strings can be specfied for the columns
    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).
Loading