Is there a flag associated with either a schematic or a board that would
indicate if changes have been made since the last save? Perhaps
something like:
board(B) {
if (B.isDirty) {
...
}
}
I didn't see anything in the ULP manual like this.
Thanks,
- Chuck