DIALOG: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
|description=:Show a macro dialog. The dialog will be displayed and processing of the current macro will stop until the dialog is closed. | |description=:Show a macro dialog. The dialog will be displayed and processing of the current macro will stop until the dialog is closed. | ||
|param1=<dialog filename>|param1_desc= | |param1=<dialog filename>|param1_desc=Dialog filename. The dialog file must be a text file, it is recommended that the filename suffix ".dlg" is used<br> | ||
}} | }} | ||
===Example=== | ===Example=== |
Revision as of 18:19, 18 August 2010
Command
- Show a macro dialog. The dialog will be displayed and processing of the current macro will stop until the dialog is closed.
Parameters
- <dialog filename>
- Dialog filename. The dialog file must be a text file, it is recommended that the filename suffix ".dlg" is used
Example
- DIALOG "MyDialog.dlg"
- For an example macro see Create_Contour.mac Geo_Pattern Get_Commands Get_MTM_Data Use_Saved_Process