*SetBrowserExtension()
Specifies the file browser default extension for graphics, plot, and text editor files.
Syntax
*SetBrowserExtension (user-defined)
Application
HyperGraph and HyperStudy.
Context
*BeginDefaults()
*BeginPlotDefaults()
Example
*BeginDefaults()
	*SetAutoSaveInterval(0)
	*SetDefaultPageLayout(1)
		• • •
	*BeginPlotDefaults()
		*SetBorderColor(12)
		*SetHeaderColor(1)
		*SetFrameColor(37)
		*SetBrowserExtension(*reg)
		*SetCurveDefaults(1, 3, 1, 0, 0)
		*SetCurveDefaults(1, 4, 1, 0, 0)
		• • •
	*EndPlotDefaults()
	*BeginGraphicDefaults()
		*SetBrowserExtension(*gra)
		*SetOrientation(Top)
		*SetBackgroundColor(0)
		*Part(Default, On, -1, Opaque, Shaded,
                  NoTrace)
		*Part("P/999", Off, 8, Opaque, Shaded,
                  NoTrace)
		• • •
	*EndGraphicDefaults()
*EndDefaults()
      Comments
*SetBrowserExtension() is used in the plot default block for plot files, the graphic default block for graphic files, and the text editor default block for text files.