<!--
* 
*
*  ProLinga-Doc
*
*  Copyright (C) 2002-2008 Xobas Software.
*  All rights reserved.
*  
*  This file is part of ProLinga-Doc.
*
*  ProLinga-Doc is free software: you can redistribute it and/or modify
*  it under the terms of the GNU General Public License as published by
*  the Free Software Foundation, either version 3 of the License, or
*  (at your option) any later version.
*
*  ProLinga-Doc is distributed in the hope that it will be useful,
*  but WITHOUT ANY WARRANTY; without even the implied warranty of
*  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
*  GNU General Public License for more details.
*
*  You should have received a copy of the GNU General Public License
*  along with ProLinga-Doc.  If not, see <http://www.gnu.org/licenses/>.
*
*  More information is available at the following addresses:
*
*  Website     : http://www.prolinga.org
*
*  Email       : prolinga-list@prolinga.org
*
*
-->
<refentry id="cmd_message">
  <refmeta>
    <refentrytitle>MESSAGE Command</refentrytitle>
    <manvolnum>1</manvolnum>
  </refmeta>

  <refnamediv>
    <refname>MESSAGE</refname>
    <refpurpose>Display message on statusbar.</refpurpose>
  </refnamediv>

  <refsynopsisdiv>
    <cmdsynopsis>
      <command>MESSAGE</command>
      <arg choice='plain'><replaceable>data_ref</replaceable></arg>
      <arg rep='repeat' choice='opt'><replaceable>data_ref</replaceable></arg>
    </cmdsynopsis>
  </refsynopsisdiv>

  <refsect1 id="cmd_message_introduction">
    <title>Introduction</title>
    <para>
      The <link linkend="cmd_message">MESSAGE</link> command displays a message 
      on the statusbar. Any currently present messages displayed will be 
      overwritten.
    </para>
  </refsect1>
  <refsect1 id="cmd_message_arguments">
    <title>Arguments</title>
    <variablelist>
      <varlistentry>
	<term><replaceable>data_ref</replaceable></term>
	<listitem>
	  <simpara>
            Any single data reference, including hard coded strings and 
            numeric values.
	  </simpara>
	</listitem>
      </varlistentry>
    </variablelist>

  </refsect1>

  <refsect1 id="cmd_message_example">
    <title>Example</title>
<programlisting>
. . .
. . .
MESSAGE "Record has been updated."
. . .
. . .
</programlisting>
  </refsect1>

  <refsect1 id="cmd_message_related">
    <title>Related Commands</title>
    <para>
      None.
    </para>
  </refsect1>

</refentry>

