Hi All
I'm creating a xml file using function B49T0550, it's almost done, one requirement is missing, I need an attribute even with null value
current program example, setting any value to v the result is:
<Dictionary name="Email">
<Entry v="test@test" k="from">
</Dictionary>
But in the...