SaveAsBMPFile

SaveAsBMPFile ( fileName ;​ fileFlag ;​ creatorType ;​ resolution )

Argument Type Range Default Note
fileName str 1..1000 (required) Max. 1000 chars.
fileFlag int 1..2 replace
creatorType str 4..4 "????" Ignored
resolution num 0.25..4 1
Examples

SaveAsBMPFile("Chart.bmp";​addCounter)

SaveAsBMPFile("Graphs/Graph_A.bmp")

SaveAsBMPFile("~/Plots/Plot_01.bmp";​replace;​;​2.0)

SaveAsBMPFile("~/Desktop/Plots/Plot_01.bmp")

Description

The SaveAsBMPFile() function is set up exactly the same as the SaveAsPNGFile() function.
In Linux the function SaveAsBMPFile() is ignored.

Scroll to Top