USA
800 691 9120
UK
01225 704844
We use cookies on our website to analyze website usage and to help secure the website against misuse. Advertising and functional cookies are not used in our site or our web application products.
By clicking “Accept Essential Cookies Only”, you consent to us placing these cookies.
Write a value into a field node of the current XML record (mnod)
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.
| Parameter | Description |
|---|---|
| cmd | Field name (tried with FieldTag conversion, then verbatim) |
| Argument 0 | Value to write into the node |
XmlSetNode "Field name (tried with FieldTag conversion, then verbatim)", "Value to write into the node"