Seite 1 von 1

Removing value from stringlist

Verfasst: 29 Apr 2015, 00:04
von SisterOfMercy
https://download.uib.de/opsi_stable/doc ... -transform

There is a command to add a string to a stringlist, addtolist, but there doesn't seem to be a command to remove a string from a stringlist?

I'm wondering how other people have solved this, or if I'm totally missing something.

Re: Removing value from stringlist

Verfasst: 30 Apr 2015, 17:02
von r.roeder
Hi,

a workaround would be to create a new list and adding all but the one string to it

Rupert