ISO 7064

From Free Pascal wiki
Revision as of 19:40, 2 December 2021 by Alextp (talk | contribs)
Jump to navigationJump to search

English (en) français (fr)

ISO 7064 specifies a set of check character systems capable of protecting strings against errors which occur when people copy or key data.

The function StrMOD97 can encode and verify number checksum with ISO 7064.

// Calculate Modulo 97-10
function StrMOD97(s: String): integer;

The code is skipped here, it is now the part of bigger example in the International Bank Account Number topic.