2013-10-15 19:17:36 +04:00
|
|
|
remove
|
|
|
|
------
|
|
|
|
|
2015-06-05 00:51:22 +03:00
|
|
|
Deprecated. Use the :command:`list(REMOVE_ITEM)` command instead.
|
2013-10-15 19:17:36 +04:00
|
|
|
|
|
|
|
::
|
|
|
|
|
|
|
|
remove(VAR VALUE VALUE ...)
|
|
|
|
|
2015-06-05 00:51:22 +03:00
|
|
|
Removes ``VALUE`` from the variable ``VAR``. This is typically used to
|
|
|
|
remove entries from a vector (e.g. semicolon separated list). ``VALUE``
|
|
|
|
is expanded.
|