Even more basic stuff...
- Posted by Ad Rienks <106075.266 at COMPUSERVE.COM> Jan 13, 1997
- 1240 views
Hello Reaper (again) >I know that new sequences can be added to other sequences using the >APPEND and PREPEND syntax. However, I was wondering if there was any >way to delete a sequence from a larger sequence. I have to apologize. The third part of the answer I gave you before is not correct. It is even easier! To delete a sequence from another sequence you only have to use '&'. So: s = s[1..k] & s[m..n], where k<m<n. Sorry! Ad Rienks adrienks at hotmail.com