DROPDOWN ADD

From Macros Wiki
Revision as of 16:46, 16 July 2010 by ConnerO (talk | contribs) (New page: {{Command|syntax=DROPDOWN_ADD <dropdown number>, <nowiki><caption></nowiki>, <value> |description=*DESCRPTION* |param1=<dropdown number>|param1_desc={{dropdown number}} |param2=<nowiki><c...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Command

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


  • DESCRPTION*

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