fExportFormat
if (message->FindInt32("as", (int32 *)&fExportFormat) < B_OK)
fExportFormat = kExportAsText;
fSudokuView->SaveTo(ref, fExportFormat);
uint32 fExportFormat;