MapSaveΒΆ

The MapSave function saves the data elements of a map in a file.

bool = MapSave(hMap, ssFileName)

Return Value

If the function succeeds, the return value bool is TRUE (1); otherwise it is FALSE (0).

Parameters

hMap

hMap Identifies the map.

ssFileName

ssFileName is a string that names the file. If the file already exists, it is truncated to zero length before the data is saved.

History

Version Description
5.0.0 In UniPlot 5 strings are saved as Unicode (UTF-8) in map files. Maps created with UniPlot 5.x cannot be read with UniPlot 4.x.

id-784055