Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: C.J.Geringer on October 14, 2017, 08:04:35 PM

Title: Data Maker Clear Node list
Post by: C.J.Geringer on October 14, 2017, 08:04:35 PM
How can I clear a node list?

I select nodes from a xml, and later need to clear the node list. what is th ebest way?
Title: Re: Data Maker Clear Node list
Post by: jeanfabre on October 17, 2017, 03:04:59 AM
Hi,

 use XmlNodeRemoveAll action

it works on single nodes, not on nodelists. so get the nodelist as a regular node instead.

let me know if it works for you.

 Bye,

 Jean