I am using CR 11
I have an account number (actually it is an IBAN) of variable text length. In the database it is held with no spaces to conform with banking standards if its use is to be elctronic payments - which it is
However for showing on a paper document I need to show a space after every 4th character. How can I do this
eg convert
GB26NWBK9000123456 to GB26 NWBK 9000 1234 56 or
FR32BNPP900012345678 to FR32 BNPP 9000 1234 5678 etc etc
Note the text maybe of variable length
I have an account number (actually it is an IBAN) of variable text length. In the database it is held with no spaces to conform with banking standards if its use is to be elctronic payments - which it is
However for showing on a paper document I need to show a space after every 4th character. How can I do this
eg convert
GB26NWBK9000123456 to GB26 NWBK 9000 1234 56 or
FR32BNPP900012345678 to FR32 BNPP 9000 1234 5678 etc etc
Note the text maybe of variable length