FreeSpline()
Syntax
FreeSpline(#Spline)Description
Frees a spline and releases all its associated memory. This spline must not be used (by using its number with the other functions in this library) after calling this function, unless you create it again.
Parameters
#Spline The spline to free. If #PB_All is specified, all the remaining splines are freed.
Return value
None.
Remarks
All remaining splines are automatically freed when the program ends.
See Also
CreateSpline()
Supported OS
All