Macro Language Reference > Macros > Tag > tlsave
  
tlsave
Description
Saves linked tags to their source files (updating the source files). Although linked tags are saved during normal saves of a document, you may need to save links during a working session to make any changes available to any other open documents that use the same linked tag. The tlupdate macro would then be run from within the other document(s).
Syntax
tlsave tag name:t? force:n? no check:n?
tag name
The name of the tag to be saved
force
0
Save only linked tags which have been changed internally within the document.
1
Save all linked tags regardless of whether or not they have been changed internally.
no check
Ø|0
Give a warning if the tag being saved is less recent than the file with which it is linked. You can then choose to save or not save the tag, or turn the warning message off for further tags being saved at the same time.
1
Stop the warning message from appearing and save the tag regardless of which version is the most recent.
Related Links