Array of characters mapping a boolean to Y/N
Source position: db.pas line 34
const YesNoChars: array [Boolean] of Char = ('N', 'Y');