Variable_ExportValue
Exports the value assigned to a variable of the current object of the Document Hierarchy.
Syntax
bool Variable_ExportValue (StrParam)
Parameters
The name of the variable with the value you want to export.Returns
Always True.Level
Any level.Details
Exports the value assigned to a variable of the current object of the Document Hierarchy.- Example
Variable_ExportValue("ID")This action exports the value assigned to the ID property of the current object of the Document Hierarchy.