UDA with udatype as textarray

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

Parents Reply
  • 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.

Children
No Data