tagexport() after tagload(), in memory, dirty tags
Posted: 26 May 2023 16:41
If I export dirty tags into a file:
and after restarting the instance without saving import them back into memory:
they aren't marked as dirty so that
They are in memory only at this point, non-written. They must be considered as dirty in this case...
tagexport("D:\1.dat", "", , 2);and after restarting the instance without saving import them back into memory:
tagload("D:\1.dat", 2);they aren't marked as dirty so that
text tagexport(, "", , 6); doesn't see them now.They are in memory only at this point, non-written. They must be considered as dirty in this case...