BUTTON
From Macros Wiki
Command
- BUTTON <left>, <top>, <width>, <height>, <caption>, <variable>
- DESCRPTION*
Parameters
- <left>
- Start position measured from the left edge of the dialog.
- <top>
- Start position of measured from the top edge of the dialog.
- <width>
- Width of the control.
- <height>
- Height of the control.
- <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
- <variable>
- Define a custom variable to be used later in the macro, for example "w1".
Example
- - BUTTON