Am right in them middile of remaking our Direct debit system. What it does is creates a text file (ABA) which is no problem. There is a place where the ammount of momey to be taken out is represented in 8 didgits eg if it was $850 it would be represented as 00085000
The way that I had it working was to run through a loop and insert the number 0 to the start until it matched length of 8.
There should be an easier way though. Anyone have any ideas on how to make it more proffessionally?
The way that I had it working was to run through a loop and insert the number 0 to the start until it matched length of 8.
There should be an easier way though. Anyone have any ideas on how to make it more proffessionally?