DIALOG: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
ConnerO (talk | contribs)
No edit summary
Line 7: Line 7:
===Example===
===Example===
:DIALOG "Connors Contour Macro"
:DIALOG "Connors Contour Macro"
 
:For an example in a real macro see [[Create_Contour.mac]]
[[Category:Dialog]]
[[Category:Dialog]]

Revision as of 20:53, 29 July 2010

Command

DIALOG
DIALOG
DIALOG <dialog filename>


Define the filename to be shown in the GibbsCam macro menu (Must be one of these in every macro dialog).

Parameters

<dialog filename>
Name of the filename shown




Example

DIALOG "Connors Contour Macro"
For an example in a real macro see Create_Contour.mac