Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
For Boundaries I can use this, if I need to check individual segments.
INT SegNum = segments(Boundary)
IF $SegNum <=1 {
RETURN
}
INT Seg = $SegNum-1
DO {
EDIT BOUNDARY ; DESELECT ALL
EDIT BOUNDARY ; SELECT $Seg
}
But this do not work for Patterns even though the "PM-Macro-Programming-Guide" says so on page 101.
Do any one have a solution?
Solved! Go to Solution.