DROPDOWN ADD: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
ConnerO (talk | contribs)
No edit summary
Line 1: Line 1:
{{Command|syntax=[[Image:Dropdown_add.png|right|DROPDOWN_ADD]]DROPDOWN_ADD <dropdown number>, <nowiki><caption></nowiki>, <value>
{{Command|syntax=[[Image:Dropdown_add.png|right|DROPDOWN_ADD]]DROPDOWN_ADD <dropdown number>, <nowiki><caption></nowiki>, <value>
|description=:Add a selection to an existing dropdown menu, there must be at least one. to add a dropdown menu see [[DROPDOWN_NEW|here]]
|description=:Add a selection to an existing dropdown menu, (there must be at least one). to add a dropdown menu see [[DROPDOWN_NEW|here]]


|param1=<dropdown number>|param1_desc={{dropdown number}}
|param1=<dropdown number>|param1_desc={{dropdown number}}

Revision as of 17:32, 19 July 2010

Command

DROPDOWN_ADD
DROPDOWN_ADD
DROPDOWN_ADD <dropdown number>, <caption>, <value>


Add a selection to an existing dropdown menu, (there must be at least one). to add a dropdown menu see here

Parameters

<dropdown number>
Define the group number of the radio button, for example:
dropdown_new 1, 15, 52, 110, 24, drop1
dropdown_add 1, "Simple Shapes", 10
dropdown_add 1, "Advanced Shapes", 20
<caption>
Message Box title text. Either use text in double quotes, or a string variable.
  Note - this text is required if using the OK and CANCEL option
<value>
Name of variable to be set by this command

Example

- DROPDOWN_ADD 1, "Simple Shapes", 10