Macro Language Reference > Macros > Frame > tfcom
  
tfcom
Description
Assigns a text stream to a frame as a non-printable comment. The comment stream can then be examined, either manually or in a script, to find out more about the frame, for instance its purpose in the document.
Syntax
tfcom comment name:t?
tfcom
[no parameter]
Display the Frame Comment Stream dialog box.
comment name
The name of the text tag to be attached to the frame
Additional Information
Frame comments are not examined by tfread, although there is no reason why a script should not read variable values stored in a frame comment by:
Selecting the frame.
Using wdb to get the name of the comment stream.
Running the comment as a script.
Related Links