Get link Facebook X Pinterest Email Other Apps - March 19, 2017 anyone have an example of how to create and parse ISO 8583 using Delphi? Get link Facebook X Pinterest Email Other Apps Comments David NottageMarch 19, 2017 at 9:37 PMDoesn't look like any for Delphi. One in JavaScript here: https://github.com/diorahman/iso8583..and Java here: https://sourceforge.net/projects/j8583/If you have skills in either, you could covert one?ReplyDeleteRepliesReplychANo'x Ichsan MaulanaMarch 20, 2017 at 12:39 AMthx..ReplyDeleteRepliesReplyAndrea RaimondiMarch 20, 2017 at 1:59 AMFrom a brief look at what that ISO is, I would say that most of this stuff needs to be bitmap-based. You really need a manual with all the specifications of your required implementation then use ORs and ANDs to process the whole thing using bit masks.It is not particularly bad, as long as you get the various bits right.ReplyDeleteRepliesReplyAdd commentLoad more... Post a Comment
Doesn't look like any for Delphi. One in JavaScript here:
ReplyDeletehttps://github.com/diorahman/iso8583
..and Java here:
https://sourceforge.net/projects/j8583/
If you have skills in either, you could covert one?
thx..
ReplyDeleteFrom a brief look at what that ISO is, I would say that most of this stuff needs to be bitmap-based.
ReplyDeleteYou really need a manual with all the specifications of your required implementation then use ORs and ANDs to process the whole thing using bit masks.
It is not particularly bad, as long as you get the various bits right.