Overview
string DXML.XMLAttToString ( |
Converts a string, previously converted by the DXML.StringToXMLAtt() function, back to a normal string using the specified control character.
(string) The previously-converted xml string to convert back to a normal string.
(string) The control character used during the initial encoding process.
CONSTANT |
VALUE |
DESCRIPTION |
"•" |
"•" |
NA |
"¤" |
"¤" |
NA |
"Ґ" |
"Ґ" |
NA |
"¬" |
"¬" |
NA |
(string) Returns the converted string.
When adding an action with the script editor, you can use this field to specify a variable that the return value will be stored in.
See also: Related Actions