:PICTURE.FORMAT
Syntax :PICTURE.FORMAT
 
Explanation The built-in variable PICTURE.FORMAT controls the file format of saved pictures when no file extension is given. It may hold one of the following values:
 
 
JPEG A compressed image format used widely on the Internet.
BMP The Windows bitmap format.
PICT The Macintosh Picture format (Macintosh version only).


 

Examples :PICTURE.FORMAT
Result: BMP

TopIndex