Feature Rich
Rapid Application Development
Helping you or your customers
Manage their Business

All Commands All Variables
Commands

SET_XML

This sets an XML value in a variable

As with the SET command, you can leave out the value parameter and follow the command with the value to set, then close it off with an END_SET_XML command.

This command can have an {END_SET_XML} command.

In this case, the last parameter can be excluded from the arguments and the area between the {SET_XML()} and {END_SET_XML} will be used instead.

Number Name Default Type Description
1 name String The name of the Variable containing the XML to be set
2 tag String The name of the tag identifying the XML element
3 value String The value to set
Example
<f1>Dave</f1><f2>John</f2>
<f1>Toby</f1>
to add a Comment.