Dynamic Sequences
- Posted by Joseph Martin <jam at EXIS.NET> Apr 07, 1997
- 1538 views
I understand how you can add strings to the beginning or end of
sequences, but how can you delete a value from a sequence?
i.e. foo = {12, 13, 14, 15} after command foo = {12, 14, 15}. I know
I could probably write a routine to copy the whole sequence except
for the unwanted value, but is there an easier way to do this?
~~>Joseph Martin
~~>Personal: joe at cyber-wizard.com
~~>Web: jam.net at poboxes.com
~~>URL: http://users.exis.net/~jam/

