式言語


例:@DbTitle
次のフォームアクション式は、@DbTitle を使用し、現在の文書の作成者宛のメールメモを作成して送信します。@DbTitle は、メモの件名で使用されています。

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])

関連項目