現在のデータベース名を返します。
@DbTitle
title
文字列。現在のデータベースの名前が返されます。
return:=@Char(13);
memobody:=@Prompt([OKCANCELEDIT]; "Mail message";
"Enter the contents of your mail message below." + return + "It will be sent to " + From + "."; "" );
@MailSend(From; ""; ""; "Your posting in " + @DbTitle; "";
memobody:return; [IncludeDoclink])