Home › Forums › General XMetaL Discussion › Finding and returning exact insert location › Reply To: Finding and returning exact insert location
Reply to: Finding and returning exact insert location
September 23, 2015 at 11:45 pmI'm not sure about your first issue, but I'm going to guess 2 things:
1. Your schema does actually allow
2. Part of your issue might be with your call to Collapse(1). If I understand what your code is doing it is selecting all of
Regarding your “other” issue:
I think I'd need to see a working example. If you want to submit one to XMetaL Support that would be best, unless you don't mind sharing it on the forum. However, I would recommend that you check to see that your starting range is before the valid insert location. If it isn't then that's your issue, or you need to call it with the boolSearchForward parameter set to false.