Functions | |
void | Close_Segment (void) |
void Close_Segment | ( | void | ) |
Closes the currently open segment.
Closes the currently open segment (i.e., the most recently opened segment), which is then no longer ready and available for "Insert" and "Set" operations. If there was a previously open segment, that segment becomes current once again. There must (eventually) be a matching Close_Segment() for every Open_Segment() , but in between as many Open's and Close's and even Update's as you please can occur.