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>
<f1>Toby</f1>
VARIABLE Commands
ADDARRAY_CLEAR
ARRAY_JOIN
ARRAY_JSON
ARRAY_QTY_IN
ARRAY_SIZE
EMPTY
GET
GET_XML
IS_SET
ORDINAL
SET
VAR
VARS
XML Commands
API_DATAAPI_DATA_TO_XML
ARRAY_CLEAR
CHOICE
CSV_DATA_TO_XML
GET_XML
OBJ_DATA
PAGE_MODE
XML_TAG