ArrayToPointString Method
Given an array of point numbers, returns a string with all of the point numbers.
Signature
RetVal = object.PointStringToArray(Points)
object
CogoPoints The object or objects this property applies to.
Points
Variant (array of longs); input-only
Each element is a point number.
RetVal
String
Comma delimited string of points to be locked with groups separated
by hyphens.
Remarks
The returned point string will be condensed; if the array has point 1 through 10, then the point string returned is "1-10".