PZNMod11-Funktion

GeschlossenBeschreibung

Returns a PZN Mod 11 check digit. The '*' character will be returned if the PZN is invalid.

GeschlossenSyntax

PZNMod11(String, AppendString)

Woher:

GeschlossenAnmerkungen

When calculating a check digit, you have the option to return just the check digit, or to return the check digit appended to a copy of the encoded data (String).

The AppendString attribute is assumed False if not specified.