Difference between revisions of "NXSL:DeleteCustomAttribute"

Line 21: Line 21:
== Examples ==
== Examples ==


DeleteCustomAttribute($node, "my_attribute")
<syntaxhighlight lang="c">
DeleteCustomAttribute($node, "my_attribute");
</syntaxhighlight>
683

edits