points_save()

Saves the current list of points to a file.

Syntax

points_save(filename)

Parameters

Parameter Type Description Comment
filename String Path to the file to save points to Overwrites if exists

Return Value

Examples

Save points to “points.txt”

points_save("points.txt");

See also

points_count
points_clear
points_add
points_get
points_set
points_delete
points_load
points_save