Difference between revisions of "ISO 7064"

From Free Pascal wiki
Jump to navigationJump to search
Line 3: Line 3:
 
ISO 7064 specifies a set of check character systems capable of protecting strings against errors which occur when people copy or key data.
 
ISO 7064 specifies a set of check character systems capable of protecting strings against errors which occur when people copy or key data.
  
== Function StrMOD97 ==
+
The Pascal function '''StrMOD97''' can encode and verify number checksum with ISO 7064.
 
 
The function StrMOD97 can encode and verify number checksum with ISO 7064.
 
 
The code is skipped here, it is now the part of bigger example in the [[International Bank Account Number]] topic.
 
The code is skipped here, it is now the part of bigger example in the [[International Bank Account Number]] topic.

Revision as of 19:39, 2 December 2021

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 Pascal function StrMOD97 can encode and verify number checksum with ISO 7064. The code is skipped here, it is now the part of bigger example in the International Bank Account Number topic.