Removing item from list
Removing item from list
- Subject: Removing item from list
- From: Irwin Poche <email@hidden>
- Date: Sat, 15 Sep 2001 11:45:20 -0500
Is there a native way to remove items from a list ?
This doesn't...
set x to {"a","b","c","d"}
set x to x - {"c"}