<!-- Need App Examples or Learn More about the App Matrix format?
Visit, https:
<NumericalMatrix first_global="Simon" second_global="true" third_global="Fourth Option" mytitle="My Sample Dialog box...">
<DIALOGBOX title="@mytitle" width="400" height="200" columnWidth="180" help_url="">
<DLGITEM name="Enter Your Name" value="@first_global" type="edit" />
<DLGITEM name="Check or Uncheck" value="@second_global" type="check" />
<DLGITEM name="Choose an option" value="@third_global" type="combo">
<OPTION>First Option</OPTION>
<OPTION>Second Option</OPTION>
<OPTION>Third Option</OPTION>
<OPTION>Fourth Option</OPTION>
</DLGITEM>
</DIALOGBOX>
<EXIT if="__dlg_result==false">Cancel was pressed. Exiting now..</EXIT>
<MESSAGE>Dialog Box results:</MESSAGE>
<MESSAGE>Enter Your Name: @first_global</MESSAGE>
<MESSAGE>Check or Uncheck: @second_global</MESSAGE>
<MESSAGE>Choose an option: @third_global</MESSAGE>
</NumericalMatrix>