Posin

Results 2 comments of Posin

[2022072-10000-81acb5fcd08244e3926c891263cfe168.docx](https://github.com/ONLYOFFICE/DocumentBuilder/files/9109891/2022072-10000-81acb5fcd08244e3926c891263cfe168.docx) [2022072-10000-99c8b7f2ef844e97b6410eee0b0618c2.docx](https://github.com/ONLYOFFICE/DocumentBuilder/files/9109899/2022072-10000-99c8b7f2ef844e97b6410eee0b0618c2.docx)

> 你好@PaSen-pzk! 您没有正确使用 GlobalVariable。 > > 正确用法示例: > > ``` > builder.OpenFile("2022072-10000-81acb5fcd08244e3926c891263cfe168.docx"); > var oDocument = Api.GetDocument(); > GlobalVariable["CommentsReport"] = oDocument.GetElement(0).GetText(); > builder.CloseFile(); > > builder.OpenFile("2022072-10000-99c8b7f2ef844e97b6410eee0b0618c2.docx"); > var oCommentsReport =...