Syntax

stat = ISISMN(ismn)

Arguments

stat: integer

ismn: text

Meaning

stat will be 1 if ismn is a valid ISMN code (International Standard Music Number), and 0 if it is not.

Example

stat = ISISMN('M-3452-4680-5')

Result

stat is 1.