|
Re: sequence. e ver 4.0 problem
|
Jeremy Cowgar
|
Jun 26, 2008 13:34 PDT
|
posted by: Jeremy Cowgar <jeremy at co?gar.co?>
Bernie Ryan wrote:
| |
The remove function code in sequence.e and the documents do
not make any sense. Either the code parameters are wrong or
the docs are wrong ?
|
<eucode>
include sequence.e
sequence abc = "John Doe\n"
puts(1, remove(abc, 2)) -- Jhn Doe
puts(1, remove(abc, 1, 5)) -- Doe
</eucode>
Docs on the site are old, they do not reflect the new default parameters, sorry about that.
--
Jeremy Cowgar
http://jeremy.cowgar.com
|
|
 |
|