dpDelete with DpId

Find and share HowTos to various installations / configurations!
3 posts • Page 1 of 1
EricSchrön
Posts:3
Joined: Thu Apr 30, 2020 2:07 pm

dpDelete with DpId

Post by EricSchrön »

Hallo everyone,

is it possible to delete a datapoint with the dpid? Similar to the function dpDelete("dpname") I'm looking for dpDelete("dpid"). Is there a solution or a workaround for this?

Thanks for answer!
Eric

kilianvp
Posts:443
Joined: Fri Jan 16, 2015 10:29 am

Re: dpDelete with DpId

Post by kilianvp »

you can get the name by using dpGetName() and use the result for dpDelete()

EricSchrön
Posts:3
Joined: Thu Apr 30, 2020 2:07 pm

Re: dpDelete with DpId

Post by EricSchrön »

thanks. I was suprised that this worked, because I had a problem in dp-name which was formerly iso-language an was written with an "Ü". And this one I could not delete in the para but with this way it worked.

3 posts • Page 1 of 1