The information in this article applies to:
SUMMARYThe {ADDIN} field code is not documented in Help for Word versions 6.0, 6.0a, or 6.0c for Windows. ADDIN is documented in Help for Word for the Macintosh, Word for Windows NT, and Word for Windows 95. MORE INFORMATION
In Word version 6.0, the ADDIN field can be used to store hidden
information in a document. The corresponding WordBasic commands
GetFieldData and PutFieldData are documented.
PutFieldData Text$where Text$ is a string variable containing the text to be stored in the ADDIN field. To retrieve the information from the ADDIN field, use the GetFieldData Text$WordBasic command. Using the ADDIN field is similar to using the document variables GetDocumentVar$() and SetDocumentVar$(), but ADDIN allows information to be stored in a specific location in a file instead of within the binary file format itself. For more information on the ADDIN Field or the WordBasic commands GetFieldData or PutFieldData, open the Word Help Topics Index and see the appropriate topic. Additional query words: 6.0 addin putfielddata getfielddata put get field data winword word basic field code addin pim plug in module
Keywords : kbmacro kbfield |
Last Reviewed: December 16, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |