diff options
Diffstat (limited to 'Help/command/remove.rst')
-rw-r--r-- | Help/command/remove.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Help/command/remove.rst b/Help/command/remove.rst new file mode 100644 index 0000000..ddf0e9a --- /dev/null +++ b/Help/command/remove.rst @@ -0,0 +1,12 @@ +remove +------ + +Deprecated. Use the list(REMOVE_ITEM ) command instead. + +:: + + remove(VAR VALUE VALUE ...) + +Removes VALUE from the variable VAR. This is typically used to remove +entries from a vector (e.g. semicolon separated list). VALUE is +expanded. |