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

All Commands All String
Commands

XML_TAG

The code {XML_TAG(key, value)} would generate the code <key>value</key>
Number Name Default Type Description
1 name String The name of the XML element to create
2 value String The value to place in the XML tags returned
3 mode 0 Integer 1 = Surround content with <![CDATA[..]]>
2 = Surround content with <![CDATA[..]]> only if necessary
Example
<>Something
to add a Comment.