PointStringToArray Method
Given a point string, returns an array with all of the point numbers.
Signature
RetVal = object.PointStringToArray(PointString)
object
CogoPoints The object or objects this property applies to.
PointString
String; input-only
Comma delimited string of points to be locked with groups separated
by hyphens.
RetVal
Variant (array of longs)
Each long is a point number.
Remarks
Typical examples of the point string format are: "1,2,3,5,10" "1-100,1000-2000"