Function:
This variable contains the value of file extensions that are valid to display.
Syntax:
DLGFilter="<description>|<filter>"
Example:
Let DLGFilter="Documents (*.doc)|*.doc"
Or the following would be a valid example as well
DLGFilter="GIF (*..gif)|*.gif|JPEG (*.jpg)|*.jpg|JPEG (*.jpeg)|*.jpeg|Bitmap (*.bmp)|*.bmp|All Files (*.*)|*.*"
Notes:
See Example Script 56 for example usage.