How to specify fixed length fields in the xml config file in jpos

87 views Asked by At

We can specify numbers up to 99 with length IFA_LLNUM, as well as strings up to 999 with LLLCHAR, but how can we specify a number with a fixed length of 8 or specify a string with a fixed length of 12

1

There are 1 answers

1
apr On BEST ANSWER

You can use org.jpos.iso.IF_CHAR for that.