Zoomed Image

AMSX Scripting Language - Command : XmlSetNode

Summary

Write a value into a field node of the current XML record (mnod)

Description

Sets a field value on the current XML node (mnod) rather than searching the full document. Tries the FieldTag-converted name first, then falls back to the raw name. Useful inside a loop that iterates over individual records.

Parameters

ParameterDescription
cmdField name (tried with FieldTag conversion, then verbatim)
Argument 0Value to write into the node

Syntax


XmlSetNode "Field name (tried with FieldTag conversion, then verbatim)", "Value to write into the node"

Return to the AMSX Command Reference