Save a Quickmemo to Flash
saveqm bm%[], cat%, nr%
saveqmfp bm%[], cat%, fp%
The integer array bm must contain a valid icon. The size of the icon must be less or equal the quickmemo size of 156x130 pixels. The icon is stored as quickmemo in category cat.
The destination can be selected by number nr or filepointer fp. If the number or the filepointer equals to -1, then a new quickmemo is created.
|