DECLARE FUNCTION DQBsaveBMap (BMap AS INTEGER, FileName AS STRING)
BMap - Number of the blender map to save
FileName - Blender map file name with full extension
An INTEGER value holding the saving results: > 0 Operation successful > 1 Blender map not yet created > 2 Cannot create file or disk error > 3 Unable to write data or disk full
This function saves the specified blender map data to disk. The bmap can be then loaded again in memory by calling DQBloadBMap.
See also DQBcreateBMap, DQBloadBMap