points_load()

Loads a list of points from a file.

Syntax

points_load(filename)

Parameters

Parameter Type Description Comment
filename String Path to the file to load points from Must exist

Return Value

Examples

Load points from “points.txt”

points_load("points.txt");

See also

points_count
points_clear
points_add
points_get
points_set
points_delete
points_load
points_save