| Directives |
|
| Format | SAVE
FILE (chan[,ERR=stmtref])
TO filename$ Where:
|
||||||||||||||
| Description | Use
the SAVE FILE directive to save an image
written to *BITMAP* (virtual file) directly to a bitmap file (.bmp) file on disk. |
||||||||||||||
| *Note* | This capability is for Windows only. The bitmap chan can be a WindX-connected file if the pathname contains a "[WDX]" prefix. Also, if the pathname contains "[WDX]" then the chan must be a WindX file | ||||||||||||||
| Example | In
the code below, *BITMAP* is used to capture ProvideX
internal bitmaps, which are then saved to .bmp files
using SAVE FILE:
|
||||||||||||||
| See Also | *BITMAP* Virtual Bitmap | ||||||||||||||