FREEMAP

Top  Previous  Next

Syntax

FREEMAP(map as POINTER)

Description

Frees both the tile images and map tile position data contained in a map then deletes the map.

Parameters

map - A handle to a map returned by the NEWMAP function

Return value

None

Remarks

The map handle is invalid after this call and must be reinitialized with the NEWMAP function before being used again.

See Also: NEWMAP

Example usage

FREEMAP myMap