|
I've been using the below code to remove OBR\OBX blocks where the OBR is a cancel. This seems to work fine but someone else suggested that deleting in a forward moving loop was not safe, that I should be using an indexed loop going through the segments in reverse. |
Answered by
pacmano1
Apr 14, 2026
Replies: 1 comment
|
short answer - |
0 replies
Answer selected by
rutledj
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
short answer -
for eachis fine. Afor loop with a counteris what people are taking about when they say do it backwards and the forum discusses that in many places.