Adding, Removing, updating attribute value for uda of type textarray.
How to remove any value from such uda through PML
ex. udaname[1] '001'
udaname[2] '002'
I want to remove second one from value using PML.
Can anyone help
Adding, Removing, updating attribute value for uda of type textarray.
How to remove any value from such uda through PML
ex. udaname[1] '001'
udaname[2] '002'
I want to remove second one from value using PML.
Can anyone help
Hello,
Check out this AVEVA Documentation page for more info about the .remove() method and other array object methods.
https://docs.aveva.com/bundle/e3d-design/page/962737.html
Thanks Emmanuel,
I got the clue.
i need to make the array first after removing unwanted one.
Then using do loop i have to add final values to it.
I was trying other method to give values with space as delimiter. But anyway i can achieve what i want using array.
This uda type was not there before so thought of giving a try.
Thanks Emmanuel,
I got the clue.
i need to make the array first after removing unwanted one.
Then using do loop i have to add final values to it.
I was trying other method to give values with space as delimiter. But anyway i can achieve what i want using array.
This uda type was not there before so thought of giving a try.