tmcdos - 2017-08-24

Could you please be more specific and provide some example ?
If you look at the source code you will notice that the MT101 line which starts with :59:/ contains the IBAN but the name of the person is/should be on the next line (lines are separated by CRLF)
If you want to put a limit on the name of the person - just use substr($person_name,0,35)