Mercurial > hg > octave-lyh
diff scripts/strings/substr.m @ 2314:949ab8eba8bc
[project @ 1996-07-12 03:58:02 by jwe]
author | jwe |
---|---|
date | Fri, 12 Jul 1996 03:58:02 +0000 |
parents | 5ca126254d15 |
children | b5568c31ee2c |
line wrap: on
line diff
--- a/scripts/strings/substr.m +++ b/scripts/strings/substr.m @@ -22,6 +22,8 @@ ## Returns the substring of S of length LEN starting at index BEG. ## If LEN is missing, the substring extends to the end of S. +## Author: jwe + function t = substr (s, beg, len) ## Original version by Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>.